From: jlgoldb2 Date: Sun, 26 Oct 2014 07:01:42 +0000 (-0700) Subject: changed connnection to connection X-Git-Tag: rel_1_0_0b1~70^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2083ccfbcf7ff1911ce282c8c891a7bf8a86a47c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changed connnection to connection --- 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