[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content/interfaces.py Correct interface doc-string (suggestion of Sakesun Roykiattisak)

Dominik Huber dominik.huber at projekt01.ch
Thu May 26 07:52:41 EDT 2005


Log message for revision 30506:
  Correct interface doc-string (suggestion of Sakesun Roykiattisak)

Changed:
  U   Zope3/trunk/src/zope/app/content/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/app/content/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/content/interfaces.py	2005-05-25 20:01:44 UTC (rev 30505)
+++ Zope3/trunk/src/zope/app/content/interfaces.py	2005-05-26 11:52:10 UTC (rev 30506)
@@ -22,9 +22,6 @@
 class IContentType(IInterface):
     """This interface represents a content type.
 
-    If an **interface** implements this interface type, then all object
-    implementing the interface are considered content objects.
+    If an **interface** provides this interface type, then all object
+    providing the **interface** are considered content objects.
     """
-    
-
-



More information about the Zope3-Checkins mailing list