[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py typo
Thomas Lotze
tl at gocept.com
Wed Feb 13 04:13:28 EST 2008
Log message for revision 83781:
typo
Changed:
U ZODB/trunk/src/ZODB/interfaces.py
-=-
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py 2008-02-13 09:13:08 UTC (rev 83780)
+++ ZODB/trunk/src/ZODB/interfaces.py 2008-02-13 09:13:28 UTC (rev 83781)
@@ -793,7 +793,7 @@
extension = Attribute("Transaction extension data")
def __iter__():
- """Return an iterable of IStorageTransactionInformation
+ """Return an iterable of IStorageRecordInformation
"""
class IStorageIteration(Interface):
More information about the Zodb-checkins
mailing list