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 1c7149f commit 443c4e6Copy full SHA for 443c4e6
README.md
@@ -102,7 +102,7 @@ with trino.dbapi.connect(
102
The transaction is created when the first SQL statement is executed.
103
`trino.dbapi.Connection.commit()` will be automatically called when the code
104
exits the *with* context and the queries succeed, otherwise
105
-`trino.dbapi.Connection.rollback()' will be called.
+`trino.dbapi.Connection.rollback()` will be called.
106
107
# Development
108
0 commit comments