]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: drop stray reference to psycopg3
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 15 May 2022 10:00:00 +0000 (12:00 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 15 May 2022 10:00:00 +0000 (12:00 +0200)
docs/basic/from_pg2.rst

index 8a2bf269b37f9f8d2846128b0da37eea857f05a2..d6cfec3251e3c1d5c25f51d2a58897bb2cc0b2cf 100644 (file)
@@ -239,7 +239,7 @@ only the transaction is closed, not the connection. This behaviour is
 surprising for people used to several other Python classes wrapping resources,
 such as files.
 
-In psycopg3, using :ref:`with connection <with-connection>` will close the
+In Psycopg 3, using :ref:`with connection <with-connection>` will close the
 connection at the end of the `!with` block, making handling the connection
 resources more familiar.