[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content/interfaces.py fix typo

Fred L. Drake, Jr. fdrake at gmail.com
Thu May 26 15:00:41 EDT 2005


Log message for revision 30516:
  fix typo

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-26 17:48:17 UTC (rev 30515)
+++ Zope3/trunk/src/zope/app/content/interfaces.py	2005-05-26 19:00:11 UTC (rev 30516)
@@ -22,6 +22,6 @@
 class IContentType(IInterface):
     """This interface represents a content type.
 
-    If an **interface** provides this interface type, then all object
+    If an **interface** provides this interface type, then all objects
     providing the **interface** are considered content objects.
     """



More information about the Zope3-Checkins mailing list