From 2b3c2238f6ecb5fc496acc50fc81f5b658d23c4b Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 5 Aug 2008 04:40:44 +0000 Subject: 45: Fixed docstring typo in plugable.__doc__ --- ipalib/plugable.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ipalib/plugable.py') diff --git a/ipalib/plugable.py b/ipalib/plugable.py index cafb8c50..80349090 100644 --- a/ipalib/plugable.py +++ b/ipalib/plugable.py @@ -18,10 +18,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -Utility classes for registering plugins, base classe for writing plugins. +Utility classes for registering plugins, base classes for writing plugins. """ - import inspect import errors -- cgit