From f5d80e30375a3cfeddc19d4d3ef40a14d42473a1 Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Tue, 21 Sep 2021 22:29:46 +0530 Subject: [PATCH] Update docs Removed duplicate docstring parameter --- lib/pool.py | 3 --- 1 file changed, 3 deletions(-) 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