From e756e12718a538d82de45fbba3a5e97f3a4d7d7f Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Sat, 9 Aug 2008 19:09:10 +0000 Subject: 99: Cleaned up unit tests for plugable.Plugin --- ipalib/plugable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugable.py') 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__, -- cgit