From 661acc5a09885c444f76c63bf4ed3731d5f7ec5a Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Fri, 14 Dec 2007 03:25:13 +0000 Subject: [PATCH] grammar fix --- src/message_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message_control.py b/src/message_control.py index b6b584eb2..cd417cd79 100644 --- a/src/message_control.py +++ b/src/message_control.py @@ -86,7 +86,7 @@ class MessageControl: pass # NOTE: Derived classes SHOULD implement this def get_tab_label(self, chatstate): - '''Return a suitable the tab label string. Returns a tuple such as: + '''Return a suitable tab label string. Returns a tuple such as: (label_str, color) either of which can be None if chatstate is given that means we have HE SENT US a chatstate and we want it displayed'''