[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/QueryService - IQueryService.py:1.2
Steve Alexander
steve@cat-box.net
Wed, 18 Dec 2002 12:29:32 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/QueryService
In directory cvs.zope.org:/tmp/cvs-serv31788
Modified Files:
IQueryService.py
Log Message:
Corrected docstring.
=== Zope3/lib/python/Zope/App/OFS/Services/QueryService/IQueryService.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/QueryService/IQueryService.py:1.1 Thu Dec 5 09:33:36 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/QueryService/IQueryService.py Wed Dec 18 12:29:31 2002
@@ -29,6 +29,6 @@
def processQuery(query_id, input):
'''Processes the input, using the query registered with query_id.
- The input is adapted to the input interface of the query processor
- that is registered for the query_id.'''
+ The input is adapted to the input interface that is registered for
+ the query_id.'''