[Zodb-checkins] CVS: ZODB3/Doc/guide - modules.tex:1.8

Tim Peters tim.one at comcast.net
Sun Oct 5 21:24:51 EDT 2003


Update of /cvs-repository/ZODB3/Doc/guide
In directory cvs.zope.org:/tmp/cvs-serv25777/Doc/guide

Modified Files:
	modules.tex 
Log Message:
Doc fixes from John Belmonte.


=== ZODB3/Doc/guide/modules.tex 1.7 => 1.8 ===
--- ZODB3/Doc/guide/modules.tex:1.7	Thu May  1 16:05:12 2003
+++ ZODB3/Doc/guide/modules.tex	Sun Oct  5 21:24:50 2003
@@ -142,12 +142,12 @@
 % XXX set functions have complicated behavior.
 Each of the modules also defines some functions that operate on
 BTrees -- \function{difference()}, \function{union()}, and
-\function{difference()}.  The \function{difference()} function returns
+\function{intersection()}.  The \function{difference()} function returns
 a bucket, while the other two methods return a set.
 If the keys are integers, then the module also defines
 \function{multiunion()}.  If the values are integers, then the module
 also defines \function{weightedIntersection()} and
-\function{weighterUnion()}.  The function doc strings describe each
+\function{weightedUnion()}.  The function doc strings describe each
 function briefly.
 
 \subsubsection{Total Ordering and Persistence}




More information about the Zodb-checkins mailing list