[Zope3-checkins] CVS: Zope3/lib/python/Persistence/BTrees - Interfaces.py:1.11
Steve Alexander
steve@cat-box.net
Tue, 26 Nov 2002 13:48:03 -0500
Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees
In directory cvs.zope.org:/tmp/cvs-serv6173/lib/python/Persistence/BTrees
Modified Files:
Interfaces.py
Log Message:
Corrected obvious typos in docs.
=== Zope3/lib/python/Persistence/BTrees/Interfaces.py 1.10 => 1.11 ===
--- Zope3/lib/python/Persistence/BTrees/Interfaces.py:1.10 Tue Aug 13 13:57:04 2002
+++ Zope3/lib/python/Persistence/BTrees/Interfaces.py Tue Nov 26 13:48:02 2002
@@ -119,7 +119,7 @@
A min value of None is ignored.
If a max is specified, then output is constrained to
- items having keys less than or equal to the given min.
+ items having keys less than or equal to the given max.
A max value of None is ignored.
"""
@@ -136,7 +136,7 @@
A min value of None is ignored.
If a max is specified, then output is constrained to
- items having keys less than or equal to the given min.
+ items having keys less than or equal to the given max.
A max value of None is ignored.
"""