[Zodb-checkins] CVS: ZODB3/Doc/guide - modules.tex:1.7.6.1
Tim Peters
tim.one at comcast.net
Sun Oct 5 21:23:54 EDT 2003
Update of /cvs-repository/ZODB3/Doc/guide
In directory cvs.zope.org:/tmp/cvs-serv25603/Doc/guide
Modified Files:
Tag: Zope-2_7-branch
modules.tex
Log Message:
Doc fixes from John Belmonte.
=== ZODB3/Doc/guide/modules.tex 1.7 => 1.7.6.1 ===
--- ZODB3/Doc/guide/modules.tex:1.7 Thu May 1 16:05:12 2003
+++ ZODB3/Doc/guide/modules.tex Sun Oct 5 21:23:52 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