summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-11-10 21:36:56 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-11-10 21:36:56 -0700
commit786c965c12dccbf04e1bb2e8e9786decc8163e80 (patch)
treef2263eb2866d8c09e237b78df3bf532c5aa55bba /ipalib/__init__.py
parent16b86d559a9c80db3634987226cf8766a3a86cd9 (diff)
downloadfreeipa-786c965c12dccbf04e1bb2e8e9786decc8163e80.tar.gz
freeipa-786c965c12dccbf04e1bb2e8e9786decc8163e80.tar.xz
freeipa-786c965c12dccbf04e1bb2e8e9786decc8163e80.zip
Tutorial: fixed typo
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 86a0c2778..da849e7d5 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -76,9 +76,9 @@ The differences are that in a real plugin you will use the standard
`plugable.API.finalize()`. When in doubt, look at some of the built-in
plugins for guidance, like those in `ipalib.plugins`.
-If don't know what the Python *interactive interpreter* is, or are confused
-about what this *Python* is in the first place, then you probably should start
-with the Python tutorial:
+If you don't know what the Python *interactive interpreter* is, or are
+confused about what this *Python* is in the first place, then you probably
+should start with the Python tutorial:
http://docs.python.org/tutorial/index.html