[Checkins] SVN: grokcore.annotation/trunk/src/grokcore/annotation/components.py Extends docstring that will be rendered into grok reference docs.

Uli Fouquet uli at gnufix.de
Wed Dec 22 20:10:45 EST 2010


Log message for revision 119066:
  Extends docstring that will be rendered into grok reference docs.
  

Changed:
  U   grokcore.annotation/trunk/src/grokcore/annotation/components.py

-=-
Modified: grokcore.annotation/trunk/src/grokcore/annotation/components.py
===================================================================
--- grokcore.annotation/trunk/src/grokcore/annotation/components.py	2010-12-23 00:56:35 UTC (rev 119065)
+++ grokcore.annotation/trunk/src/grokcore/annotation/components.py	2010-12-23 01:10:45 UTC (rev 119066)
@@ -29,4 +29,6 @@
 
 class Annotation(persistent.Persistent, contained.Contained):
     """The base class for annotation classes in Grok applications.
+
+    Inherits from the :class:`persistent.Persistent` class.
     """



More information about the checkins mailing list