diff options
Diffstat (limited to 'ipalib/plugable.py')
-rw-r--r-- | ipalib/plugable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugable.py b/ipalib/plugable.py index 7a571995..b4a6fb10 100644 --- a/ipalib/plugable.py +++ b/ipalib/plugable.py @@ -268,7 +268,7 @@ class Plugin(ProxyTarget): def __repr__(self): """ Returns a fully qualified module_name.class_name() representation that - could be used to contruct this instance. + could be used to construct this Plugin instance. """ return '%s.%s()' % ( self.__class__.__module__, |