diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-10 00:21:47 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-10 00:21:47 -0400 |
| commit | 504fd37d6848005730c8c68769ba9e06f83551dc (patch) | |
| tree | 100e824ab4aab20cac0994cc0f3b05c6455ac2ff /lib/sqlalchemy/pool.py | |
| parent | 87293d5b961afd5e1966f3c533923ac0ecd2a781 (diff) | |
| download | sqlalchemy-504fd37d6848005730c8c68769ba9e06f83551dc.tar.gz | |
this is not actually true
Diffstat (limited to 'lib/sqlalchemy/pool.py')
| -rw-r--r-- | lib/sqlalchemy/pool.py | 2 |
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.:: |
