[Zope-Checkins] CVS: Zope3/lib/python/Persistence/BTrees - Interfaces.py:1.7

Tim Peters tim.one@comcast.net
Tue, 25 Jun 2002 15:42:35 -0400


Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees
In directory cvs.zope.org:/tmp/cvs-serv3220

Modified Files:
	Interfaces.py 
Log Message:
Typo repair.


=== Zope3/lib/python/Persistence/BTrees/Interfaces.py 1.6 => 1.7 ===
 
             v2 is 1        if c2 is a set
-                  c1[key]  if c2 is a mapping
+                  c2[key]  if c2 is a mapping
 
         XXX All of the above is wrong if either weight is negative.  I think
         XXX that's a bug in the implementation and will fix it.