summaryrefslogtreecommitdiff
path: root/poezio/text_buffer.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-04 00:54:57 +0200
committermathieui <mathieui@mathieui.net>2016-10-04 00:54:57 +0200
commit9dd5f0b4dee221db713ad8f36f9c23ea5bee7045 (patch)
treebdc1d522311aea5e2024bb9097a5939c9a60ab7a /poezio/text_buffer.py
parentf1bfec332f168364ada51254bce950700a1f5731 (diff)
downloadpoezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.gz
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.bz2
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.xz
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.zip
"information" is already plural, fix wording
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):