[Zodb-checkins]
SVN: ZODB/branches/gocept-iteration/src/ZODB/interfaces.py
fixed doc string
Thomas Lotze
tl at gocept.com
Wed Feb 13 04:13:08 EST 2008
Log message for revision 83780:
fixed doc string
Changed:
U ZODB/branches/gocept-iteration/src/ZODB/interfaces.py
-=-
Modified: ZODB/branches/gocept-iteration/src/ZODB/interfaces.py
===================================================================
--- ZODB/branches/gocept-iteration/src/ZODB/interfaces.py 2008-02-13 08:38:07 UTC (rev 83779)
+++ ZODB/branches/gocept-iteration/src/ZODB/interfaces.py 2008-02-13 09:13:08 UTC (rev 83780)
@@ -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