[Checkins] SVN: zc.objectlog/trunk/src/zc/objectlog/log.txt fix typo

Fred L. Drake, Jr. fdrake at gmail.com
Tue Nov 7 22:01:40 EST 2006


Log message for revision 71097:
  fix typo

Changed:
  U   zc.objectlog/trunk/src/zc/objectlog/log.txt

-=-
Modified: zc.objectlog/trunk/src/zc/objectlog/log.txt
===================================================================
--- zc.objectlog/trunk/src/zc/objectlog/log.txt	2006-11-08 02:54:33 UTC (rev 71096)
+++ zc.objectlog/trunk/src/zc/objectlog/log.txt	2006-11-08 03:01:39 UTC (rev 71097)
@@ -509,7 +509,7 @@
 a log entry that will only be made at a transition boundary if there have
 been no previous changes.  Note that a log entry that occurs whether or not
 changes were made (hereafter called a "required" log entry) that is also
-deferred will always eliminate any deferred is_changed log entry, even if the
+deferred will always eliminate any deferred if_changed log entry, even if the
 required log entry was registered later in the transaction.
 
     >>> len(emily.log)



More information about the Checkins mailing list