[Zope-CVS] CVS: Packages/pypes/pypes - query.py:1.2

Casey Duncan casey at zope.com
Wed Mar 31 00:00:53 EST 2004


Update of /cvs-repository/Packages/pypes/pypes
In directory cvs.zope.org:/tmp/cvs-serv10548

Modified Files:
	query.py 
Log Message:
Fix typo and comment


=== Packages/pypes/pypes/query.py 1.1 => 1.2 ===
--- Packages/pypes/pypes/query.py:1.1	Tue Mar 30 23:58:08 2004
+++ Packages/pypes/pypes/query.py	Wed Mar 31 00:00:52 2004
@@ -54,11 +54,11 @@
 descending = 'descending'
 ascending = 'ascending'
 
-## Query Operations ##
+## Query Operation Primitives ##
 
 def scan(*named_inputs, **inputs):
     """A generator of dicts comprising the product of the inputs which
-    are iterable sequence of objects.
+    are iterable sequences of objects.
     
     The yielded dicts have each input name and one input member as their
     respective keys and values. inputs are either self-named on which case




More information about the Zope-CVS mailing list