From: Daniele Varrazzo Date: Fri, 12 Mar 2021 18:21:35 +0000 (+0100) Subject: Typo X-Git-Tag: 3.0.dev0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9688cd29c6d71ef12bf852c345abbcf8da75e96e;p=thirdparty%2Fpsycopg.git Typo --- diff --git a/docs/advanced/pool.rst b/docs/advanced/pool.rst index 3ab526f5e..85f252985 100644 --- a/docs/advanced/pool.rst +++ b/docs/advanced/pool.rst @@ -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.