Fixed typos in tables in docstrings for Attribute and Method

This commit is contained in:
Jason Gerard DeRose
2008-10-21 08:42:52 -06:00
parent 658ba6dc33
commit 603baf6b10

View File

@@ -868,13 +868,13 @@ class Attribute(plugable.Plugin):
first underscore) is the object name, and rest is the attribute name, first underscore) is the object name, and rest is the attribute name,
as this table shows: as this table shows:
============= =========== ============== =============== =========== ==============
Class name Object name Attribute name Class name Object name Attribute name
============= =========== ============== =============== =========== ==============
user_add user add noun_verb noun verb
noun_verb noun verb user_add user add
door_open_now door open_door user_first_name user first_name
============= =========== ============== =============== =========== ==============
For example: For example:
@@ -941,7 +941,7 @@ class Method(Attribute, Command):
============= =========== ============== ============= =========== ==============
user_add user add user_add user add
noun_verb noun verb 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, There are three different places a method can be accessed. For example,