From 2083ccfbcf7ff1911ce282c8c891a7bf8a86a47c Mon Sep 17 00:00:00 2001 From: jlgoldb2 Date: Sun, 26 Oct 2014 00:01:42 -0700 Subject: [PATCH] changed connnection to connection --- lib/sqlalchemy/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py index 1ff35b8b06..b4f057b0ad 100644 --- a/lib/sqlalchemy/events.py +++ b/lib/sqlalchemy/events.py @@ -338,7 +338,7 @@ class PoolEvents(event.Events): """ - def reset(self, dbapi_connnection, connection_record): + def reset(self, dbapi_connection, connection_record): """Called before the "reset" action occurs for a pooled connection. This event represents -- 2.47.2