[Zodb-checkins] CVS: Zope3/lib/python/Persistence - IPersistent.py:1.1.4.5

Jeremy Hylton jeremy@zope.com
Mon, 11 Feb 2002 18:25:19 -0500


Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv16360

Modified Files:
      Tag: Zope-3x-branch
	IPersistent.py 
Log Message:
add missing close paren


=== Zope3/lib/python/Persistence/IPersistent.py 1.1.4.4 => 1.1.4.5 ===
         None -- The object is a ghost. It is not active.
 
-        false -- The object is up to date (or has never been saved.
+        false -- The object is up to date (or has never been saved).
 
         true -- The object has been modified.