[Zope3-checkins] CVS: Zope3/src/zodb/storage/file - main.py:1.11
    Fred L. Drake, Jr. 
    fred at zope.com
       
    Mon Jan 26 15:43:52 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zodb/storage/file
In directory cvs.zope.org:/tmp/cvs-serv24351
Modified Files:
	main.py 
Log Message:
fix docstring (cut-&-paste error?)
=== Zope3/src/zodb/storage/file/main.py 1.10 => 1.11 ===
--- Zope3/src/zodb/storage/file/main.py:1.10	Mon Jan 26 15:30:49 2004
+++ Zope3/src/zodb/storage/file/main.py	Mon Jan 26 15:43:51 2004
@@ -1119,7 +1119,7 @@
             yield result
 
 class RecordIterator(FileStorageFormatter):
-    """Iterate over the transactions in a FileStorage file."""
+    """Iterate over data records for a transaction in a FileStorage."""
 
     implements(ITransactionRecordIterator, ITransactionAttrs)
 
    
    
More information about the Zope3-Checkins
mailing list