diff --git a/lib/pool.py b/lib/pool.py index 45b9f8af..5e03a281 100644 --- a/lib/pool.py +++ b/lib/pool.py @@ -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