From 786c965c12dccbf04e1bb2e8e9786decc8163e80 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 10 Nov 2008 21:36:56 -0700 Subject: Tutorial: fixed typo --- ipalib/__init__.py | 6 +++--- 1 file 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 -- cgit