We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abec73 commit b472775Copy full SHA for b472775
docs/cursor.rst
@@ -64,7 +64,7 @@ number of items in the result set may or may not be known in advance.
64
cursor.warnings()
65
66
# Return the next item from the cursor. If current batch is depleted, the
67
- # next batch if fetched from the server automatically.
+ # next batch is fetched from the server automatically.
68
cursor.next()
69
70
# Return the next item from the cursor. If current batch is depleted, an
0 commit comments