From: Daniele Varrazzo Date: Tue, 12 Oct 2021 21:50:10 +0000 (+0200) Subject: Docs typo X-Git-Tag: 3.0.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4115eff17723c424609815f16dd37576da9ae809;p=thirdparty%2Fpsycopg.git Docs typo --- diff --git a/docs/api/connections.rst b/docs/api/connections.rst index f132c6420..8a0cd1d62 100644 --- a/docs/api/connections.rst +++ b/docs/api/connections.rst @@ -20,7 +20,7 @@ The `!Connection` class This class implements a `DBAPI-compliant interface`__. It is what you want to use if you write a "classic", blocking program (eventually using - threads or Eventlet/gevent for concurrency. If your program uses `asyncio` + threads or Eventlet/gevent for concurrency). If your program uses `asyncio` you might want to use `AsyncConnection` instead. .. __: https://www.python.org/dev/peps/pep-0249/#connection-objects