diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-10-07 13:06:09 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-10-08 20:42:50 +0300 |
| commit | e47063bfe0de1318c12a4f9ef67b9538cad34489 (patch) | |
| tree | 898a00af2714e1e52b8decb69b1776ad95030def /lib/sqlalchemy/pool.py | |
| parent | 80861dffa9f2a2564dd5e854d97006d9fff48a18 (diff) | |
| download | sqlalchemy-e47063bfe0de1318c12a4f9ef67b9538cad34489.tar.gz | |
Spelling fixes
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 09ffaca2a..79feff7d9 100644 --- a/lib/sqlalchemy/pool.py +++ b/lib/sqlalchemy/pool.py @@ -134,7 +134,7 @@ class Pool(log.Identified): returned yet. Offers a slight performance advantage at the cost of individual transactions by default. The :meth:`.Pool.unique_connection` method is provided to return - a consistenty unique connection to bypass this behavior + a consistently unique connection to bypass this behavior when the flag is set. .. warning:: The :paramref:`.Pool.use_threadlocal` flag |
