]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix doc about the module gevent needs to patch
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 4 Dec 2023 09:35:40 +0000 (10:35 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 4 Dec 2023 09:36:42 +0000 (10:36 +0100)
docs/advanced/async.rst

index f81c1a23b8de150f3bc77eb2764166e917ee34a7..d4835e879f98add9af02ea8466f2963dc5b7ff71 100644 (file)
@@ -147,7 +147,7 @@ Gevent support
 --------------
 
 Psycopg 3 supports `gevent <https://www.gevent.org/>`__ 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.