diff options
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r-- | ipalib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 84b529e1..4d96c2d6 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` |