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 0bcf420 commit 2d7aaaeCopy full SHA for 2d7aaae
README.md
@@ -301,7 +301,7 @@ async def main() -> None:
301
302
### Cursor operations
303
Available cursor operations:
304
-- FETCH count - `cursor.fetch(fetch_number=...)`
+- FETCH count - `cursor.fetch(fetch_number=)`
305
- FETCH NEXT - `cursor.fetch_next()`
306
- FETCH PRIOR - `cursor.fetch_prior()`
307
- FETCH FIRST - `cursor.fetch_first()`
0 commit comments