SVN: ZODB/trunk/3.11.txt fix typo
Fred Drake <[email protected]> Tue, 8 Nov 2011 15:03:26 -0500 (EST)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20111108200326.5344E941F1__22453.7481125028$1320782613$gmane$org@cvs.zope.org> |
Log message for revision 123310: fix typo Changed: U ZODB/trunk/3.11.txt -=- Modified: ZODB/trunk/3.11.txt =================================================================== --- ZODB/trunk/3.11.txt 2011-11-08 19:59:04 UTC (rev 123309) +++ ZODB/trunk/3.11.txt 2011-11-08 20:03:26 UTC (rev 123310) @@ -13,7 +13,7 @@ - Make DBs context manager, so in a simple script, one could do: with ZEO.DB(someaddr) as connection: - do some things in a transaction. Commot and close at the end. + do some things in a transaction. Commit and close at the end. - Persistent sets.