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

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


Log message for revision 74316:
   - fixed typo
  

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

-=-
Modified: Zope3/branches/3.3/src/zope/schema/interfaces.py
===================================================================
--- Zope3/branches/3.3/src/zope/schema/interfaces.py	2007-04-21 10:14:06 UTC (rev 74315)
+++ Zope3/branches/3.3/src/zope/schema/interfaces.py	2007-04-21 10:14:32 UTC (rev 74316)
@@ -571,7 +571,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