mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fix syntax error
This commit is contained in:
parent
65d737873b
commit
39fa7e68d3
@ -87,7 +87,7 @@ def loadPluginClass(irc, module, register=None):
|
||||
'to be \'def __init__(self, irc):\' as well as passing ' \
|
||||
'that irc object on to any calls to the plugin\'s ' \
|
||||
'parent\'s __init__. Another possible cause: the code in ' \
|
||||
'your __init__ raised a TypeError when calling a function '
|
||||
'your __init__ raised a TypeError when calling a function ' \
|
||||
'or creating an object, which doesn\'t take 2 arguments.' %\
|
||||
module.__name__
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user