From 9688cd29c6d71ef12bf852c345abbcf8da75e96e Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 12 Mar 2021 19:21:35 +0100 Subject: [PATCH] Typo --- docs/advanced/pool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2