summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/pool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/pool.py b/lib/sqlalchemy/pool.py
index df6b0521c..6c7e01c6d 100644
--- a/lib/sqlalchemy/pool.py
+++ b/lib/sqlalchemy/pool.py
@@ -62,7 +62,7 @@ class PoolEvents(event.Events):
The methods here define the name of an event as well
as the names of members that are passed to listener
- functions. Note all members are passed by name.
+ functions.
e.g.::