summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/pool.py')
-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 4bd8f60ec..a781ac8a9 100644
--- a/lib/sqlalchemy/pool.py
+++ b/lib/sqlalchemy/pool.py
@@ -906,7 +906,7 @@ class SingletonThreadPool(Pool):
:class:`.SingletonThreadPool` may be improved in a future release,
however in its current status it is generally used only for test
- scenarios using a SQLite ``:memory:`` database and is not recommended
+ scenarios using an SQLite ``:memory:`` database and is not recommended
for production use.