summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/queue.py')
-rw-r--r--lib/sqlalchemy/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/queue.py b/lib/sqlalchemy/queue.py
index c9ab82acf..2aaeea9d0 100644
--- a/lib/sqlalchemy/queue.py
+++ b/lib/sqlalchemy/queue.py
@@ -2,7 +2,7 @@
behavior, using RLock instead of Lock for its mutex object.
This is to support the connection pool's usage of weakref callbacks to return
-connections to the underlying Queue, which can apparently in extremely
+connections to the underlying Queue, which can in extremely
rare cases be invoked within the ``get()`` method of the Queue itself,
producing a ``put()`` inside the ``get()`` and therefore a reentrant
condition."""