Commit 3600059c authored by Jim Fulton's avatar Jim Fulton

Fixed a documentation bug about the ordering of lastInvalidations

return values.
parent 76d42a32
......@@ -43,5 +43,5 @@ class IServeable(zope.interface.Interface):
An iterable of up to size entries must be returned, where each
entry is a transaction id and a sequence of object-id/version
pairs describing the objects and versions written by the
transaction, ordered starting at the most recent.
transaction, in chronological order.
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment