From 073ea96ae86703d9c5d55055db1cef87161095cf Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Fri, 8 Mar 2024 11:00:34 +0100 Subject: [PATCH] docs: fix a typo in FinishedPGconn docstring --- psycopg/psycopg/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. """ -- 2.47.2