[Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/schema/interfaces.py - fixed typo

Christian Theune ct at gocept.com
Sat Apr 21 06:14:06 EDT 2007


Log message for revision 74315:
   - fixed typo
  

Changed:
  U   Zope3/branches/3.2/src/zope/schema/interfaces.py

-=-
Modified: Zope3/branches/3.2/src/zope/schema/interfaces.py
===================================================================
--- Zope3/branches/3.2/src/zope/schema/interfaces.py	2007-04-21 10:13:36 UTC (rev 74314)
+++ Zope3/branches/3.2/src/zope/schema/interfaces.py	2007-04-21 10:14:06 UTC (rev 74315)
@@ -558,7 +558,7 @@
     """Vocabulary that provides support for tokenized representation.
 
     Terms returned from getTerm() and provided by iteration must
-    conform to ITitledTokenizedTerm.
+    conform to ITokenizedTerm.
     """
 
     def getTermByToken(token):



More information about the Zope3-Checkins mailing list