Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
engine.connext() -> engine.connect()
  • Loading branch information
aholten authored and sfc-gh-jvasquezrojas committed Nov 21, 2024
1 parent 3fee1ae commit 7995480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ finally:

# Best
try:
with engine.connext() as connection:
with engine.connect() as connection:
connection.execute(text(<SQL>))
# or
connection.exec_driver_sql(<SQL>)
Expand Down

0 comments on commit 7995480

Please sign in to comment.