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 16d7db761..04896465a 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -768,7 +768,7 @@ session. The global environment will have an ``api`` variable, which is the
standard `plugable.API` instance found at ``ipalib.api``. All plugins will
have been loaded (well, except the backend plugins if ``in_server`` is False)
and ``api`` will be fully initialized. To launch the console from within the
-top-level directory in the the source tree, just run ``ipa console`` from a
+top-level directory in the source tree, just run ``ipa console`` from a
terminal, like this:
::