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.2.0~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4373cc0edf7bdbfca361c269755884b43c457e6;p=thirdparty%2Fpsycopg.git docs: fix a typo in FinishedPGconn docstring --- diff --git a/psycopg/psycopg/errors.py b/psycopg/psycopg/errors.py index d2e2a955e..af57a95f5 100644 --- a/psycopg/psycopg/errors.py +++ b/psycopg/psycopg/errors.py @@ -39,7 +39,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`. """