]> 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:35:40 +0000 (10:35 +0100)
docs/advanced/async.rst

index 3faede1cf15e478d6c8b7ae9aae3cfcd1c3f22d3..438f21785c0179491924950cbb5db774026d77ca 100644 (file)
@@ -149,7 +149,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.