From 442968e6fbe98fa444f9004fa6f8cc676baabcdb Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 5 Feb 2022 23:31:51 +0100 Subject: [PATCH] Fix docs typo --- docs/api/pool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]` -- 2.47.3