diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2016-05-03 22:47:23 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-05-03 22:47:23 +0300 |
commit | 49d12142b37dc5ec117a00849f92a503506a08ab (patch) | |
tree | 28e6e60ba36ae89c209b03359565690d5add3204 /lib/sqlalchemy/interfaces.py | |
parent | bde46e33593805584c7c0dedb3a666909fb67888 (diff) | |
download | sqlalchemy-pr/266.tar.gz |
Spelling fixespr/266
Diffstat (limited to 'lib/sqlalchemy/interfaces.py')
-rw-r--r-- | lib/sqlalchemy/interfaces.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/interfaces.py b/lib/sqlalchemy/interfaces.py index 464ad9f70..b72a15141 100644 --- a/lib/sqlalchemy/interfaces.py +++ b/lib/sqlalchemy/interfaces.py @@ -96,7 +96,7 @@ class PoolListener(object): """Called once for each new DB-API connection or Pool's ``creator()``. dbapi_con - A newly connected raw DB-API connection (not a SQLAlchemy + A newly connected raw DB-API connection (not an SQLAlchemy ``Connection`` wrapper). con_record @@ -108,7 +108,7 @@ class PoolListener(object): """Called exactly once for the first DB-API connection. dbapi_con - A newly connected raw DB-API connection (not a SQLAlchemy + A newly connected raw DB-API connection (not an SQLAlchemy ``Connection`` wrapper). con_record |