Skip to content

Commit 2a23b72

Browse files
regadashashhar
authored andcommitted
Fix README Cursor.fetchone method
1 parent 3e447df commit 2a23b72

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
@@ -35,7 +35,7 @@ This will query the `system.runtime.nodes` system tables that shows the nodes
3535
in the Trino cluster.
3636

3737
The DBAPI implementation in `trino.dbapi` provides methods to retrieve fewer
38-
rows for example `Cursorfetchone()` or `Cursor.fetchmany()`. By default
38+
rows for example `Cursor.fetchone()` or `Cursor.fetchmany()`. By default
3939
`Cursor.fetchmany()` fetches one row. Please set
4040
`trino.dbapi.Cursor.arraysize` accordingly.
4141

0 commit comments

Comments
 (0)