summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 3e1dba9d4..5c1e4c3a5 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -110,7 +110,7 @@ Notice that we are registering the ``my_command`` class itself, not an
instance of ``my_command``.
Until `plugable.API.finalize()` is called, your plugin class has not been
-instantiated nor the does the ``Command`` namespace yet exist. For example:
+instantiated nor does the ``Command`` namespace yet exist. For example:
>>> hasattr(api, 'Command')
False