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

Garrett Smith garrett at mojave-corp.com
Fri Mar 5 21:55:07 EST 2004


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

Modified Files:
	__init__.py 
Log Message:
Fixed a typo.


=== Zope3/src/zope/index/interfaces/__init__.py 1.7 => 1.8 ===
--- Zope3/src/zope/index/interfaces/__init__.py:1.7	Fri Feb 20 15:44:23 2004
+++ Zope3/src/zope/index/interfaces/__init__.py	Fri Mar  5 21:55:06 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