Update docs

Removed duplicate docstring parameter
This commit is contained in:
Shubham Sharma 2021-09-21 22:29:46 +05:30
parent 35061c24f7
commit f5d80e3037

View File

@ -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