Commit eeeb9c40 authored by Tim Peters's avatar Tim Peters

Typo repair in new comment.

parent 4b0288e2
......@@ -119,7 +119,7 @@ class Test(unittest.TestCase):
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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment