Skip to content

Commit 2d7aaae

Browse files
committed
Small fixes in README
1 parent 0bcf420 commit 2d7aaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ async def main() -> None:
301301

302302
### Cursor operations
303303
Available cursor operations:
304-
- FETCH count - `cursor.fetch(fetch_number=...)`
304+
- FETCH count - `cursor.fetch(fetch_number=)`
305305
- FETCH NEXT - `cursor.fetch_next()`
306306
- FETCH PRIOR - `cursor.fetch_prior()`
307307
- FETCH FIRST - `cursor.fetch_first()`

0 commit comments

Comments
 (0)