From: Daniele Varrazzo Date: Mon, 4 Dec 2023 09:35:40 +0000 (+0100) Subject: docs: fix doc about the module gevent needs to patch X-Git-Tag: 3.1.15~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd42251c9bc17315ddba8323ad8077d7dfbec62e;p=thirdparty%2Fpsycopg.git docs: fix doc about the module gevent needs to patch --- diff --git a/docs/advanced/async.rst b/docs/advanced/async.rst index f81c1a23b..d4835e879 100644 --- a/docs/advanced/async.rst +++ b/docs/advanced/async.rst @@ -147,7 +147,7 @@ Gevent support -------------- Psycopg 3 supports `gevent `__ out of the box. If the -`socket` module is found patched by functions such as +`select` module is found patched by functions such as `gevent.monkey.patch_select()`__ or `patch_all()`__, psycopg will behave in a collaborative way.