[Checkins] SVN: zope2docs/trunk/articles/ZODB1.rst typo

Andreas Jung andreas at andreas-jung.com
Tue Mar 24 13:17:14 EDT 2009


Log message for revision 98336:
  typo
  

Changed:
  U   zope2docs/trunk/articles/ZODB1.rst

-=-
Modified: zope2docs/trunk/articles/ZODB1.rst
===================================================================
--- zope2docs/trunk/articles/ZODB1.rst	2009-03-24 15:32:57 UTC (rev 98335)
+++ zope2docs/trunk/articles/ZODB1.rst	2009-03-24 17:17:13 UTC (rev 98336)
@@ -165,7 +165,7 @@
       >>> employees = root['employees']
       >>> employees.append('Bill')
       >>> root['employees'] = employees
-      >>> _transaction.commit()
+      >>> transaction.commit()
 
 Here, you move the employees list to a local variable, change the
 list, and then *reassign* the list back into the database and



More information about the Checkins mailing list