From: Daniele Varrazzo Date: Sat, 5 Feb 2022 22:31:51 +0000 (+0100) Subject: Fix docs typo X-Git-Tag: pool-3.1.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442968e6fbe98fa444f9004fa6f8cc676baabcdb;p=thirdparty%2Fpsycopg.git Fix docs typo --- diff --git a/docs/api/pool.rst b/docs/api/pool.rst index 45b6cf07e..fdfcaf568 100644 --- a/docs/api/pool.rst +++ b/docs/api/pool.rst @@ -309,7 +309,7 @@ behaviour is similar, with the following differences: :type max_size: `!int`, default: None :param reset: It is only called when there are waiting clients in the - queue, before giving them a connection already nopen. If no + queue, before giving them a connection already open. If no client is waiting, the connection is closed and discarded without a fuss. :type reset: `Callable[[Connection], None]`