[Zope-Checkins] CVS: Zope3/lib/python/Persistence/BTrees - Interfaces.py:1.3
Steve Alexander
steve@cat-box.net
Thu, 20 Jun 2002 07:45:45 -0400
Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees
In directory cvs.zope.org:/tmp/cvs-serv1072/lib/python/Persistence/BTrees
Modified Files:
Interfaces.py
Log Message:
corrected typo.
=== Zope3/lib/python/Persistence/BTrees/Interfaces.py 1.2 => 1.3 ===
def intersection(c1, c2):
- """Compute the Union of c1 and c2.
+ """Compute the Intersection of c1 and c2.
If c1 is None, then c2 is returned, otherwise, if c2 is None,
then c1 is returned.