[Zope-Checkins] CVS: Zope/lib/python/BTrees - Interfaces.py:1.7.18.4

Andreas Jung andreas@digicool.com
Fri, 15 Mar 2002 13:39:55 -0500


Update of /cvs-repository/Zope/lib/python/BTrees
In directory cvs.zope.org:/tmp/cvs-serv5884

Modified Files:
      Tag: Zope-2_5-branch
	Interfaces.py 
Log Message:
some clarification 


=== Zope/lib/python/BTrees/Interfaces.py 1.7.18.3 => 1.7.18.4 ===
         c2.
 
-        if c1 is not None and c2 not None, the output is weight1 and
-        c1.
+        if c1 is not None and c2 not None and both sets, the output is 
+        weight1 and c1.
 
-        If c1 and c2 are not None, the output is 1 and a Bucket
-        such that the output values are::
+        If c1 and c2 are not None and not both sets, the output is 1 
+        and a Bucket such that the output values are::
 
           v1*weight1 + v2*weight2
 
@@ -264,7 +264,7 @@
         if c1 is not None and c2 not None, the output is weight1 and
         c1.
 
-        If c1 and c2 are sets, the output is the sum of the weights
+        If c1 and c2 are both sets, the output is the sum of the weights
         and the (unweighted) intersection of the sets.
 
         If c1 and c2 are not None and not both sets, the output is 1