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

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


Log message for revision 74314:
   - fixed typo
  

Changed:
  U   Zope3/trunk/src/zope/schema/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/schema/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/schema/interfaces.py	2007-04-21 09:48:55 UTC (rev 74313)
+++ Zope3/trunk/src/zope/schema/interfaces.py	2007-04-21 10:13:36 UTC (rev 74314)
@@ -577,7 +577,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