Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
627dd1da
Commit
627dd1da
authored
Feb 12, 2008
by
Thomas Lotze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed interface doc string
parent
7337b0ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/ZODB/interfaces.py
src/ZODB/interfaces.py
+3
-3
No files found.
src/ZODB/interfaces.py
View file @
627dd1da
...
@@ -811,12 +811,12 @@ class IStorageIteration(Interface):
...
@@ -811,12 +811,12 @@ class IStorageIteration(Interface):
iterating over the transactions in the storage.
iterating over the transactions in the storage.
If the start argument is not None, then iteration will start
If the start argument is not None, then iteration will start
with the first transaction whos identifier is greater than or
with the first transaction whos
e
identifier is greater than or
equal to start.
equal to start.
If the stop argument is not None, then iteration will end with
If the stop argument is not None, then iteration will end with
the last transaction whos identifier is less than or equal to
the last transaction whos
e
identifier is less than or equal to
st
art
.
st
op
.
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment