[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/schema/tests/test_wrapper.py
Typo repair in new comment.
Tim Peters
tim.one at comcast.net
Fri Oct 7 13:22:30 EDT 2005
Log message for revision 38903:
Typo repair in new comment.
Changed:
U Zope3/trunk/src/zope/app/schema/tests/test_wrapper.py
-=-
Modified: Zope3/trunk/src/zope/app/schema/tests/test_wrapper.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/tests/test_wrapper.py 2005-10-07 17:13:20 UTC (rev 38902)
+++ Zope3/trunk/src/zope/app/schema/tests/test_wrapper.py 2005-10-07 17:22:30 UTC (rev 38903)
@@ -141,7 +141,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 Zope3-Checkins
mailing list