summaryrefslogtreecommitdiff
path: root/poezio/text_buffer.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/text_buffer.py')
-rw-r--r--poezio/text_buffer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/text_buffer.py b/poezio/text_buffer.py
index c459e5f3..13eca399 100644
--- a/poezio/text_buffer.py
+++ b/poezio/text_buffer.py
@@ -96,7 +96,7 @@ class AckError(Exception):
class TextBuffer(object):
"""
This class just keep trace of messages, in a list with various
- informations and attributes.
+ information and attributes.
"""
def __init__(self, messages_nb_limit=None):