summaryrefslogtreecommitdiff
path: root/lib/pool.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-02-26 00:17:52 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-02-26 00:49:19 +0000
commit97ced0d4f14bc9e2e66e495eebcd2f0ab25adb21 (patch)
tree104d6adbc709766e9f2657e28c225e3508b67c64 /lib/pool.py
parent4412826556ea5af86ca2be0cf03a691f4e7cdadb (diff)
downloadpsycopg2-97ced0d4f14bc9e2e66e495eebcd2f0ab25adb21.tar.gz
Use the default role for cross referencing Python objects.
Diffstat (limited to 'lib/pool.py')
-rw-r--r--lib/pool.py2
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.
"""