[Checkins] SVN: ZODB/trunk/3.11.txt fix typo
    Fred Drake 
    fdrake at gmail.com
       
    Tue Nov  8 20:03:26 UTC 2011
    
    
  
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.
 
    
    
More information about the checkins
mailing list