diff --git a/plugins/Dict.py b/plugins/Dict.py index 147aee5c7..5c5b97be6 100644 --- a/plugins/Dict.py +++ b/plugins/Dict.py @@ -74,7 +74,7 @@ conf.registerChannelValue(conf.supybot.plugins.Dict, 'default', class Dict(callbacks.Privmsg): threaded = True def dictionaries(self, irc, msg, args): - """takes no arguments. + """takes no arguments Returns the dictionaries valid for the dict command. """ @@ -88,7 +88,7 @@ class Dict(callbacks.Privmsg): irc.error(webutils.strError(e)) def random(self, irc, msg, args): - """takes no arguments. + """takes no arguments Returns a random valid dictionary. """ diff --git a/plugins/Fun.py b/plugins/Fun.py index 66889178c..60977b488 100644 --- a/plugins/Fun.py +++ b/plugins/Fun.py @@ -260,7 +260,7 @@ class Fun(callbacks.Privmsg): irc.error('Dice must be of the form d') def objects(self, irc, msg, args): - """takes no arguments. + """takes no arguments Returns the number and types of Python objects in memory. """ diff --git a/plugins/MoobotFactoids.py b/plugins/MoobotFactoids.py index 16d4b49e8..694897d24 100644 --- a/plugins/MoobotFactoids.py +++ b/plugins/MoobotFactoids.py @@ -191,7 +191,7 @@ class MoobotFactoids(callbacks.PrivmsgCommandAndRegexp): db.commit() def randomfactoid(self, irc, msg, args): - """ + """takes no arguments Displays a random factoid (along with its key) from the database. """ @@ -668,7 +668,7 @@ class MoobotFactoids(callbacks.PrivmsgCommandAndRegexp): irc.replySuccess() def randomfactoid(self, irc, msg, args): - """ + """takes no arguments Displays a random factoid (along with its key) from the database. """ diff --git a/plugins/Scheduler.py b/plugins/Scheduler.py index 0474d2042..da9fb33ec 100644 --- a/plugins/Scheduler.py +++ b/plugins/Scheduler.py @@ -139,7 +139,7 @@ class Scheduler(callbacks.Privmsg): # irc.replySuccess() def list(self, irc, msg, args): - """takes no arguments. + """takes no arguments Lists the currently scheduled events. """