[Zodb-checkins] SVN: ZODB/trunk/doc/ Typo repair.
Tim Peters
tim.one at comcast.net
Fri May 14 17:56:00 EDT 2004
Log message for revision 24698:
Typo repair.
-=-
Modified: ZODB/trunk/doc/guide/modules.tex
===================================================================
--- ZODB/trunk/doc/guide/modules.tex 2004-05-14 21:41:16 UTC (rev 24697)
+++ ZODB/trunk/doc/guide/modules.tex 2004-05-14 21:55:59 UTC (rev 24698)
@@ -375,7 +375,7 @@
\class{PersistentReference} stub class everywhere O references P.
Two \class{PersistentReference} instances compare equal if and only if
they "represent" the same persistent object; when they're not equal,
-they compare by memory address, and, as expalined before, memory-based
+they compare by memory address, and, as explained before, memory-based
comparison must never happen in a sane persistent BTree. Note that it
doesn't help in this case if your \class{Persistent} subclass defines
a sane \method{__cmp__()} method: conflict resolution doesn't know
Modified: ZODB/trunk/doc/zodb.pdf
===================================================================
(Binary files differ)
More information about the Zodb-checkins
mailing list