]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Docs typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 21:50:10 +0000 (23:50 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 21:50:10 +0000 (23:50 +0200)
docs/api/connections.rst

index f132c642019ac9f102ab863e8ae827e607a20c79..8a0cd1d62c24fcb605f7583ff60330de0347e2f1 100644 (file)
@@ -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