[kupfer: 6/11] Manual.rst: Make sure all methods have ()



commit 720c0db1a9af9411760af555f98882658385bbc5
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Sun Nov 1 18:19:46 2009 +0100

    Manual.rst: Make sure all methods have ()

 Documentation/Manual.rst |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Documentation/Manual.rst b/Documentation/Manual.rst
index 83ea230..ad99137 100644
--- a/Documentation/Manual.rst
+++ b/Documentation/Manual.rst
@@ -33,6 +33,7 @@ KupferObject
 base class for basic user-visible constructs, this defines:
 
 * A way to get the object's name
+* A way to get the object's description
 * A way to get the object's icon
 
 This is the base object for the following four very important base
@@ -67,7 +68,7 @@ This defines, in addition to KupferObject:
     ``Leaf.object`` is the represented object, which is the
     implementation-specific internal data.
 
-``get_actions``
+``get_actions()``
     Returns the *builtin* Actions for a Leaf; builtin Actions are such
     that do not apply generally, but only to Leaves defined in a
     particular module or Plugin.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]