[Checkins] SVN: martian/branches/philikon-decl-dir-rules/src/martian/directive.txt Better explanation

Philipp von Weitershausen philikon at philikon.de
Mon May 5 07:36:55 EDT 2008


Log message for revision 86443:
  Better explanation

Changed:
  U   martian/branches/philikon-decl-dir-rules/src/martian/directive.txt

-=-
Modified: martian/branches/philikon-decl-dir-rules/src/martian/directive.txt
===================================================================
--- martian/branches/philikon-decl-dir-rules/src/martian/directive.txt	2008-05-05 11:24:35 UTC (rev 86442)
+++ martian/branches/philikon-decl-dir-rules/src/martian/directive.txt	2008-05-05 11:36:55 UTC (rev 86443)
@@ -28,9 +28,9 @@
   >>> class Foo(object):
   ...    description(u"This is a description")
 
-After setting the description, we bind the directive and use the bound
-directive's ``get`` method to retrieve the description from the
-component (in other words, the class) again::
+After setting the description, we bind the directive and obtain a
+bound directive object.  This object has means for retrieving the data
+set by the directive, in particular the ``get`` method::
 
   >>> description.bind().get(Foo)
   u'This is a description'



More information about the Checkins mailing list