From: Denis Laxalde Date: Fri, 8 Mar 2024 10:00:34 +0000 (+0100) Subject: docs: fix a typo in FinishedPGconn docstring X-Git-Tag: 3.1.19~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073ea96ae86703d9c5d55055db1cef87161095cf;p=thirdparty%2Fpsycopg.git docs: fix a typo in FinishedPGconn docstring --- diff --git a/psycopg/psycopg/errors.py b/psycopg/psycopg/errors.py index d0a08b724..d5d453526 100644 --- a/psycopg/psycopg/errors.py +++ b/psycopg/psycopg/errors.py @@ -40,7 +40,7 @@ _sqlcodes: Dict[str, "Type[Error]"] = {} class FinishedPGconn: """Finished libpq connection. - Attributes are set from a real `~pscopg.pq.PGconn` but any operations will + Attributes are set from a real `~psycopg.pq.PGconn` but any operations will raise an `~psycopg.OperationalError`. """