summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-15 03:24:37 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-15 03:24:37 +0000
commitec0596b429d10b8659ea21a051fd98e047aece46 (patch)
tree3206f5c964fbd182643e7fc51ee66b8acaa56c8c /ipalib/__init__.py
parent3e3b596f68957f46efa5af4b957c8add50fca8b6 (diff)
downloadfreeipa-ec0596b429d10b8659ea21a051fd98e047aece46.tar.gz
freeipa-ec0596b429d10b8659ea21a051fd98e047aece46.tar.xz
freeipa-ec0596b429d10b8659ea21a051fd98e047aece46.zip
174: Fleshed out docstrings for SetProxy, DictProxy, and MagicDict
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 84b529e17..4d96c2d61 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -24,7 +24,7 @@ To learn about the ``ipalib`` library, you should read the code in this order:
1. Learn about the plugin framework in `ipalib.plugable`
- 2. Learn about the public api in `ipalib.public`
+ 2. Learn about the public API in `ipalib.public`
3. Look at some example plugins in `ipalib.plugins.example`