[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
annotation.py:1.6
Fred L. Drake, Jr.
fred at zope.com
Tue Aug 19 14:53:24 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv23228
Modified Files:
annotation.py
Log Message:
add period at the end of a sentence
=== Zope3/src/zope/app/interfaces/annotation.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/interfaces/annotation.py:1.5 Thu May 1 15:35:21 2003
+++ Zope3/src/zope/app/interfaces/annotation.py Tue Aug 19 13:53:18 2003
@@ -69,7 +69,7 @@
"""
class IAttributeAnnotatable(IAnnotatable):
- """Marker indicating that annotations can be stored on an attribute
+ """Marker indicating that annotations can be stored on an attribute.
This is a marker interface giving permission for an IAnnotations
adapter to store data in an attribute named __annotations__.
More information about the Zope3-Checkins
mailing list