From 603baf6b1051ea38a969ac59be334ff38d66998c Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 21 Oct 2008 08:42:52 -0600 Subject: Fixed typos in tables in docstrings for Attribute and Method --- ipalib/frontend.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ipalib') 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, -- cgit