mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 01:19:45 +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
|
||||
The maximum number of connections that will be supported by this
|
||||
connection pool
|
||||
args : optional, positional arguments
|
||||
Usually this arguments are passed to the underlying ``connect`` method
|
||||
of psycopg2
|
||||
args : optional, positional arguments
|
||||
Usually these are passed to the underlying ``connect`` method
|
||||
of psycopg2
|
||||
|
|
Loading…
Reference in New Issue
Block a user