[Zodb-checkins] SVN: ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testZODB.py Grammar repair.

Tim Peters tim.one at comcast.net
Wed Jul 13 18:53:27 EDT 2005


Log message for revision 33308:
  Grammar repair.
  

Changed:
  U   ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testZODB.py

-=-
Modified: ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testZODB.py
===================================================================
--- ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testZODB.py	2005-07-13 22:51:42 UTC (rev 33307)
+++ ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testZODB.py	2005-07-13 22:53:27 UTC (rev 33308)
@@ -631,7 +631,7 @@
         poisoned.break_savepoint = True
         # We're using try/except here instead of assertRaises so that this
         # module's attempt to suppress subtransaction deprecation wngs
-        # work.
+        # works.
         try:
             transaction.get().commit(True)
         except PoisonedError:



More information about the Zodb-checkins mailing list