Skip to content

Commit b472775

Browse files
authored
Update cursor.rst (#267)
1 parent 4abec73 commit b472775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cursor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ number of items in the result set may or may not be known in advance.
6464
cursor.warnings()
6565

6666
# Return the next item from the cursor. If current batch is depleted, the
67-
# next batch if fetched from the server automatically.
67+
# next batch is fetched from the server automatically.
6868
cursor.next()
6969

7070
# Return the next item from the cursor. If current batch is depleted, an

0 commit comments

Comments
 (0)