summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-21 08:42:52 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-21 08:42:52 -0600
commit603baf6b1051ea38a969ac59be334ff38d66998c (patch)
treea61c4678ec3017c4b4c31ec6c86d4ef08c74ada5 /ipalib
parent658ba6dc33994b208c2eec9a31084bf52e6e0f8f (diff)
downloadfreeipa-603baf6b1051ea38a969ac59be334ff38d66998c.tar.gz
freeipa-603baf6b1051ea38a969ac59be334ff38d66998c.tar.xz
freeipa-603baf6b1051ea38a969ac59be334ff38d66998c.zip
Fixed typos in tables in docstrings for Attribute and Method
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/frontend.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index e0d6fa787..d918dd833 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -868,13 +868,13 @@ class Attribute(plugable.Plugin):
first underscore) is the object name, and rest is the attribute name,
as this table shows:
- ============= =========== ==============
- Class name Object name Attribute name
- ============= =========== ==============
- user_add user add
- noun_verb noun verb
- door_open_now door open_door
- ============= =========== ==============
+ =============== =========== ==============
+ Class name Object name Attribute name
+ =============== =========== ==============
+ noun_verb noun verb
+ user_add user add
+ user_first_name user first_name
+ =============== =========== ==============
For example:
@@ -941,7 +941,7 @@ class Method(Attribute, Command):
============= =========== ==============
user_add user add
noun_verb noun verb
- door_open_now door open_door
+ door_open_now door open_now
============= =========== ==============
There are three different places a method can be accessed. For example,