From 9dd5f0b4dee221db713ad8f36f9c23ea5bee7045 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 4 Oct 2016 00:54:57 +0200 Subject: "information" is already plural, fix wording --- poezio/text_buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/text_buffer.py') 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): -- cgit v1.2.3