[Checkins] SVN: zope.schema/trunk/src/zope/schema/interfaces.py consistent spelling of "queriable" (although it's not in the dictionary)

Shane Hathaway shane at hathawaymix.org
Fri Mar 13 15:50:57 EDT 2009


Log message for revision 98045:
  consistent spelling of "queriable" (although it's not in the dictionary)
  

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

-=-
Modified: zope.schema/trunk/src/zope/schema/interfaces.py
===================================================================
--- zope.schema/trunk/src/zope/schema/interfaces.py	2009-03-13 19:39:44 UTC (rev 98044)
+++ zope.schema/trunk/src/zope/schema/interfaces.py	2009-03-13 19:50:56 UTC (rev 98045)
@@ -553,11 +553,11 @@
         - A unicode id
 
           The id must uniquely identify the queriable object within
-          the set of queryable objects. Furthermore, in subsequent
+          the set of queriable objects. Furthermore, in subsequent
           calls, the same id should be used for a given queriable
           object.
 
-        - A queryable object
+        - A queriable object
 
           This is an object for which there is a view provided for
           searching for items.



More information about the Checkins mailing list