[Zodb-checkins]
SVN: ZODB/trunk/src/persistent/tests/persistenttestbase.py
Typo repair in new comment.
Tim Peters
tim.one at comcast.net
Fri Oct 7 13:23:22 EDT 2005
Log message for revision 38904:
Typo repair in new comment.
Changed:
U ZODB/trunk/src/persistent/tests/persistenttestbase.py
-=-
Modified: ZODB/trunk/src/persistent/tests/persistenttestbase.py
===================================================================
--- ZODB/trunk/src/persistent/tests/persistenttestbase.py 2005-10-07 17:22:30 UTC (rev 38903)
+++ ZODB/trunk/src/persistent/tests/persistenttestbase.py 2005-10-07 17:23:21 UTC (rev 38904)
@@ -119,7 +119,7 @@
def testGhostChanged(self):
# If an object is a ghost and its _p_changed is set to True (any
- # true value),i t should activate (unghostify) the object. This
+ # true value), it should activate (unghostify) the object. This
# behavior is new in ZODB 3.6; before then, an attempt to do
# "ghost._p_changed = True" was ignored.
p = self.klass()
More information about the Zodb-checkins
mailing list