diff --git a/plugins/Misc/plugin.py b/plugins/Misc/plugin.py index 3f0c5c8f6..c20153723 100644 --- a/plugins/Misc/plugin.py +++ b/plugins/Misc/plugin.py @@ -77,8 +77,8 @@ class RegexpTimeout(Exception): pass class Misc(callbacks.Plugin): - """Miscellaneous commands to access Supybot core. This is a core Supybot - module that should not be removed!""" + """Miscellaneous commands to access Supybot core. This is a core + Supybot plugin that should not be removed!""" def __init__(self, irc): self.__parent = super(Misc, self) self.__parent.__init__(irc)