Skip to content

Commit

Permalink
Small fixes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chandr-andr committed Feb 20, 2024
1 parent 0bcf420 commit 2d7aaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ async def main() -> None:

### Cursor operations
Available cursor operations:
- FETCH count - `cursor.fetch(fetch_number=...)`
- FETCH count - `cursor.fetch(fetch_number=)`
- FETCH NEXT - `cursor.fetch_next()`
- FETCH PRIOR - `cursor.fetch_prior()`
- FETCH FIRST - `cursor.fetch_first()`
Expand Down

0 comments on commit 2d7aaae

Please sign in to comment.