mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 17:39:49 +03:00
Update docs
Removed duplicate docstring parameter
This commit is contained in:
parent
35061c24f7
commit
f5d80e3037
|
@ -166,9 +166,6 @@ class ThreadedConnectionPool(AbstractConnectionPool):
|
||||||
maxconn : int
|
maxconn : int
|
||||||
The maximum number of connections that will be supported by this
|
The maximum number of connections that will be supported by this
|
||||||
connection pool
|
connection pool
|
||||||
args : optional, positional arguments
|
|
||||||
Usually this arguments are passed to the underlying ``connect`` method
|
|
||||||
of psycopg2
|
|
||||||
args : optional, positional arguments
|
args : optional, positional arguments
|
||||||
Usually these are passed to the underlying ``connect`` method
|
Usually these are passed to the underlying ``connect`` method
|
||||||
of psycopg2
|
of psycopg2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user