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 3e447df commit 2a23b72Copy full SHA for 2a23b72
README.md
@@ -35,7 +35,7 @@ This will query the `system.runtime.nodes` system tables that shows the nodes
35
in the Trino cluster.
36
37
The DBAPI implementation in `trino.dbapi` provides methods to retrieve fewer
38
-rows for example `Cursorfetchone()` or `Cursor.fetchmany()`. By default
+rows for example `Cursor.fetchone()` or `Cursor.fetchmany()`. By default
39
`Cursor.fetchmany()` fetches one row. Please set
40
`trino.dbapi.Cursor.arraysize` accordingly.
41
0 commit comments