diff options
Diffstat (limited to 'lib/pool.py')
-rw-r--r-- | lib/pool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pool.py b/lib/pool.py index 030cb68..f9cdab6 100644 --- a/lib/pool.py +++ b/lib/pool.py @@ -199,7 +199,7 @@ class PersistentConnectionPool(AbstractConnectionPool): Note that this connection pool generates by itself the required keys using the current thread id. This means that until a thread puts away a connection it will always get the same connection object by successive - :meth:`!getconn` calls. This also means that a thread can't use more than one + `!getconn()` calls. This also means that a thread can't use more than one single connection from the pool. """ |