From cf5b75fbcacac07e17b278136b7112a31cd4f064 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 17 Apr 2004 16:45:56 +0000 Subject: [PATCH] Minor stylistic update. --- src/callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callbacks.py b/src/callbacks.py index 95a304ff7..733bb7312 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -343,7 +343,7 @@ def checkCommandCapability(msg, cb, command): class RichReplyMethods(object): """This is a mixin so these replies need only be defined once. It operates - under several assumptions, including the fact that "self" is an Irc object + under several assumptions, including the fact that 'self' is an Irc object of some sort and there is a self.msg that is an IrcMsg.""" def __makeReply(self, prefix, s): if s: