[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEO2.py Fix typo
Patrick Strawderman
patrick at zope.com
Fri Apr 30 10:41:42 EDT 2010
Log message for revision 111635:
Fix typo
Changed:
U ZODB/trunk/src/ZEO/tests/testZEO2.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEO2.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEO2.py 2010-04-30 14:39:20 UTC (rev 111634)
+++ ZODB/trunk/src/ZEO/tests/testZEO2.py 2010-04-30 14:41:42 UTC (rev 111635)
@@ -186,7 +186,7 @@
>>> '1' in server._commit_locks
False
-Of course, of vote suceeds, the lock will be held:
+Of course, if vote suceeds, the lock will be held:
>>> vote_should_fail = False
>>> zs.tpc_begin('1', '', '', {})
More information about the Zodb-checkins
mailing list