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 22, 2024
1 parent b739752 commit 79ed0a3
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 @@ -209,7 +209,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 79ed0a3

Please sign in to comment.