Skip to content

Commit 443c4e6

Browse files
ebyhrhashhar
authored andcommitted
Fix typo in README
1 parent 1c7149f commit 443c4e6

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
@@ -102,7 +102,7 @@ with trino.dbapi.connect(
102102
The transaction is created when the first SQL statement is executed.
103103
`trino.dbapi.Connection.commit()` will be automatically called when the code
104104
exits the *with* context and the queries succeed, otherwise
105-
`trino.dbapi.Connection.rollback()' will be called.
105+
`trino.dbapi.Connection.rollback()` will be called.
106106

107107
# Development
108108

0 commit comments

Comments
 (0)