[Zodb-checkins] CVS: Zope3/lib/python/ZODB/tests - PackableStorage.py:1.17
Florent Guillaume
fg@nuxeo.com
Thu, 3 Oct 2002 15:44:57 -0400
Update of /cvs-repository/Zope3/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv23573/lib/python/ZODB/tests
Modified Files:
PackableStorage.py
Log Message:
Fixed pervasive it's/its grammatical error in comments or docstrings.
=== Zope3/lib/python/ZODB/tests/PackableStorage.py 1.16 => 1.17 ===
--- Zope3/lib/python/ZODB/tests/PackableStorage.py:1.16 Mon Aug 5 16:08:38 2002
+++ Zope3/lib/python/ZODB/tests/PackableStorage.py Thu Oct 3 15:44:25 2002
@@ -255,7 +255,7 @@
obj1 = self._newobj()
oid1 = obj1.getoid()
# Create another persistent object, with some initial state. Make
- # sure it's oid is greater than the first object's oid.
+ # sure its oid is greater than the first object's oid.
obj2 = self._newobj()
oid2 = obj2.getoid()
self.failUnless(oid2 > oid1)