[Zodb-checkins]
SVN: ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testSubTransaction.py
Improved wording in comment.
Tim Peters
tim.one at comcast.net
Wed Jul 13 18:51:43 EDT 2005
Log message for revision 33307:
Improved wording in comment.
Changed:
U ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testSubTransaction.py
-=-
Modified: ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testSubTransaction.py
===================================================================
--- ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testSubTransaction.py 2005-07-13 22:50:54 UTC (rev 33306)
+++ ZODB/branches/tim-deprecate-subtxn/src/ZODB/tests/testSubTransaction.py 2005-07-13 22:51:42 UTC (rev 33307)
@@ -15,7 +15,7 @@
ZODB subtransaction tests
=========================
-Subtransactions are deprecated. First we install a hook, to ensure that
+Subtransactions are deprecated. First we install a hook, to verify that
deprecation warnings are generated.
>>> hook = WarningsHook()
More information about the Zodb-checkins
mailing list