[Checkins] SVN: relstorage/branches/1.1-jarn/relstorage/adapters/oracle.py fixed typo

Shane Hathaway shane at hathawaymix.org
Fri Aug 29 20:07:19 EDT 2008


Log message for revision 90606:
  fixed typo

Changed:
  U   relstorage/branches/1.1-jarn/relstorage/adapters/oracle.py

-=-
Modified: relstorage/branches/1.1-jarn/relstorage/adapters/oracle.py
===================================================================
--- relstorage/branches/1.1-jarn/relstorage/adapters/oracle.py	2008-08-29 23:59:07 UTC (rev 90605)
+++ relstorage/branches/1.1-jarn/relstorage/adapters/oracle.py	2008-08-30 00:07:18 UTC (rev 90606)
@@ -636,7 +636,7 @@
         return execute_lob_stmt(cursor, stmt)
 
     def move_from_temp(self, cursor, tid):
-        """Moved the temporarily stored objects to permanent storage.
+        """Move the temporarily stored objects to permanent storage.
 
         Returns the list of oids stored.
         """



More information about the Checkins mailing list