[Zodb-checkins] SVN: ZODB/trunk/src/persistent/interfaces.py Typo in new docs.

Tim Peters tim.one at comcast.net
Tue Oct 26 11:52:55 EDT 2004


Log message for revision 28250:
  Typo in new docs.
  

Changed:
  U   ZODB/trunk/src/persistent/interfaces.py

-=-
Modified: ZODB/trunk/src/persistent/interfaces.py
===================================================================
--- ZODB/trunk/src/persistent/interfaces.py	2004-10-26 14:49:14 UTC (rev 28249)
+++ ZODB/trunk/src/persistent/interfaces.py	2004-10-26 15:52:54 UTC (rev 28250)
@@ -140,7 +140,7 @@
           - call _p_deactivate()
           - set _p_changed to None
 
-    There are two ways to invalidate an object: call the
+    There are two ways to invalidate an object:  call the
     _p_invalidate() method (preferred) or delete its _p_changed
     attribute.  This cannot be ignored, and is used when semantics
     require invalidation.  Normally, an invalidated object transitions
@@ -231,7 +231,7 @@
         """Invalidate the object.
 
         Invalidate the object.  This causes any data to be thrown
-        away, even if the object is inthe changed state.  The object
+        away, even if the object is in the changed state.  The object
         is moved to the ghost state; further accesses will cause
         object data to be reloaded.
         """



More information about the Zodb-checkins mailing list