From 4115eff17723c424609815f16dd37576da9ae809 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 12 Oct 2021 23:50:10 +0200 Subject: [PATCH] Docs typo --- docs/api/connections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2