]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 18:21:35 +0000 (19:21 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 18:21:35 +0000 (19:21 +0100)
docs/advanced/pool.rst

index 3ab526f5ea9e5034e9a020b5cc95032f2748b19f..85f2529855d047fbb269d6ffa870a8536cce5ba0 100644 (file)
@@ -183,7 +183,7 @@ If you set up a similar check in your program, in case the database connection
 is temporarily lost, we cannot do anything for the thread which had taken
 already a connection from the pool, but no other thread should be served a
 broken connection, because `!check()` would empty the pool and refill it with
-working connection, as soon as they are available.
+working connections, as soon as they are available.
 
 Faster than you can say poll. Or pool.