Fixed minor period-bug in a docstring help

This commit is contained in:
Jeremy Fincher 2003-03-25 23:08:45 +00:00
parent 423e066a19
commit 90687f6d1d

View File

@ -1038,7 +1038,7 @@ class UserCommands(callbacks.Privmsg):
irc.reply(msg, conf.replySuccess)
def whoami(self, irc, msg, args):
"""takes no arguments.
"""takes no arguments
Returns the name of the user calling the command.
"""