]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changed connnection to connection
authorjlgoldb2 <jlgoldb2@asu.edu>
Sun, 26 Oct 2014 07:01:42 +0000 (00:01 -0700)
committerjlgoldb2 <jlgoldb2@asu.edu>
Sun, 26 Oct 2014 07:01:42 +0000 (00:01 -0700)
lib/sqlalchemy/events.py

index 1ff35b8b06d11c77ba667a3ab8536f439df1473b..b4f057b0ad2d688961b50473500a3e50559a4d79 100644 (file)
@@ -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