From: Daniele Varrazzo Date: Thu, 13 Jun 2024 09:09:44 +0000 (+0100) Subject: fix: typo X-Git-Tag: 3.2.0~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F834%2Fhead;p=thirdparty%2Fpsycopg.git fix: typo Co-authored-by: Denis Laxalde --- diff --git a/psycopg/psycopg/errors.py b/psycopg/psycopg/errors.py index ed6c23814..f3ba7d056 100644 --- a/psycopg/psycopg/errors.py +++ b/psycopg/psycopg/errors.py @@ -94,7 +94,7 @@ class FinishedPGconn: self._raise() def get_error_message(self, encoding: str = "") -> str: - return "the conenection is closed" + return "the connection is closed" def reset_start(self) -> NoReturn: self._raise()