[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/annotation/attribute.py
Update doc strings to ReST
Phil Ruggera
pruggera at san.rr.com
Wed Jul 14 01:38:57 EDT 2004
Log message for revision 26521:
Update doc strings to ReST
Changed:
U Zope3/trunk/src/zope/app/annotation/attribute.py
-=-
Modified: Zope3/trunk/src/zope/app/annotation/attribute.py
===================================================================
--- Zope3/trunk/src/zope/app/annotation/attribute.py 2004-07-14 05:01:04 UTC (rev 26520)
+++ Zope3/trunk/src/zope/app/annotation/attribute.py 2004-07-14 05:38:57 UTC (rev 26521)
@@ -15,6 +15,7 @@
$Id$
"""
+__docformat__ = 'restructuredtext'
from UserDict import DictMixin
@@ -26,8 +27,8 @@
class AttributeAnnotations(DictMixin):
- """Store annotations in the __annotations__ attribute on a
- 'IAttributeAnnotatable' object.
+ """Store annotations in the `__annotations__` attribute on a
+ `IAttributeAnnotatable` object.
"""
implements(IAnnotations)
__used_for__ = IAttributeAnnotatable
More information about the Zope3-Checkins
mailing list