From d3b5510b203dc86b66cc0aeed535582d0345974d Mon Sep 17 00:00:00 2001 From: Anthony Holten Date: Mon, 22 Jul 2024 13:30:40 -0400 Subject: [PATCH] Fix typo in README.md engine.connext() -> engine.connect() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c428353f..5b25237a 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ finally: # Best try: - with engine.connext() as connection: + with engine.connect() as connection: connection.execute(text()) # or connection.exec_driver_sql()