diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-05 04:40:44 +0000 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-05 04:40:44 +0000 |
commit | 2b3c2238f6ecb5fc496acc50fc81f5b658d23c4b (patch) | |
tree | ab2cdb3cdb1b66d6fe638b2b2d8d56d858ece49c /ipalib/plugable.py | |
parent | 42c53b2a5345560e2583e3d7686b29cde812d52b (diff) | |
download | freeipa.git-2b3c2238f6ecb5fc496acc50fc81f5b658d23c4b.tar.gz freeipa.git-2b3c2238f6ecb5fc496acc50fc81f5b658d23c4b.tar.xz freeipa.git-2b3c2238f6ecb5fc496acc50fc81f5b658d23c4b.zip |
45: Fixed docstring typo in plugable.__doc__
Diffstat (limited to 'ipalib/plugable.py')
-rw-r--r-- | ipalib/plugable.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |