[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/Connection.py typo
    Jim Fulton 
    jim at zope.com
       
    Fri Jun  1 14:39:11 EDT 2007
    
    
  
Log message for revision 76135:
  typo
Changed:
  U   ZODB/trunk/src/ZODB/Connection.py
-=-
Modified: ZODB/trunk/src/ZODB/Connection.py
===================================================================
--- ZODB/trunk/src/ZODB/Connection.py	2007-06-01 15:22:26 UTC (rev 76134)
+++ ZODB/trunk/src/ZODB/Connection.py	2007-06-01 18:39:10 UTC (rev 76135)
@@ -529,7 +529,7 @@
         if self._import:
             # We are importing an export file. We alsways do this
             # while making a savepoint so we can copy export data
-            # directly to out storage, typically a TmpStore.
+            # directly to our storage, typically a TmpStore.
             self._importDuringCommit(transaction, *self._import)
             self._import = None
 
    
    
More information about the Zodb-checkins
mailing list