]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix docs typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Feb 2022 22:31:51 +0000 (23:31 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Feb 2022 22:31:51 +0000 (23:31 +0100)
docs/api/pool.rst

index 45b6cf07efb01588482bba220870861bc6c31bb4..fdfcaf568f5ed1b8f959dba6bc302ebb3bce91c1 100644 (file)
@@ -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]`