[Zope3-checkins] CVS: Zope3/src/zope/index/interfaces - __init__.py:1.7.6.1

Garrett Smith garrett at mojave-corp.com
Thu Feb 26 00:11:00 EST 2004


Update of /cvs-repository/Zope3/src/zope/index/interfaces
In directory cvs.zope.org:/tmp/cvs-serv25181/src/zope/index/interfaces

Modified Files:
      Tag: garrett-widgets2-branch
	__init__.py 
Log Message:
Yet another branch for widgets refactoring (YABFWR).


=== Zope3/src/zope/index/interfaces/__init__.py 1.7 => 1.7.6.1 ===
--- Zope3/src/zope/index/interfaces/__init__.py:1.7	Fri Feb 20 15:44:23 2004
+++ Zope3/src/zope/index/interfaces/__init__.py	Thu Feb 26 00:10:59 2004
@@ -147,7 +147,7 @@
         """
 
 class ISimpleQuery(Interface):
-    "S simple query interface."
+    "A simple query interface."
 
     def query(term, start=0, count=None):
         "search for the given term, return a sequence of hubids"




More information about the Zope3-Checkins mailing list