[Zodb-checkins] SVN: ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py fixed an incomplete comment

Thomas Lotze tl at gocept.com
Tue Feb 19 04:43:20 EST 2008


Log message for revision 84046:
  fixed an incomplete comment

Changed:
  U   ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py

-=-
Modified: ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py
===================================================================
--- ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py	2008-02-19 08:31:54 UTC (rev 84045)
+++ ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py	2008-02-19 09:43:19 UTC (rev 84046)
@@ -365,7 +365,7 @@
         self.extension = extension
 
     # XXX This is a workaround to make the TransactionRecord compatible with a
-    # transaction object because it is passe
+    # transaction object because it is passed to tpc_begin().
     def _ext_set(self, value):
         self.extension = value
     def _ext_get(self):



More information about the Zodb-checkins mailing list