[Checkins] SVN: ZODB/branches/3.7/src/ZODB/tests/sampledm.py -fix
typo
Christian Theune
ct at gocept.com
Mon Feb 26 18:59:49 EST 2007
Log message for revision 72853:
-fix typo
Changed:
U ZODB/branches/3.7/src/ZODB/tests/sampledm.py
-=-
Modified: ZODB/branches/3.7/src/ZODB/tests/sampledm.py
===================================================================
--- ZODB/branches/3.7/src/ZODB/tests/sampledm.py 2007-02-26 23:47:25 UTC (rev 72852)
+++ ZODB/branches/3.7/src/ZODB/tests/sampledm.py 2007-02-26 23:59:49 UTC (rev 72853)
@@ -113,7 +113,7 @@
>>> dm.state
1
- It is en error to call prepare more than once without an intervening
+ It is an error to call prepare more than once without an intervening
commit or abort:
>>> dm.prepare(t1)
More information about the Checkins
mailing list