From: Denis Laxalde Date: Thu, 5 Aug 2021 06:45:50 +0000 (+0200) Subject: Fix a typo in ConnectionInfo.dsn docstring X-Git-Tag: 3.0.dev2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6324d9a11192254961762e128f37fd67f75d38e8;p=thirdparty%2Fpsycopg.git Fix a typo in ConnectionInfo.dsn docstring --- diff --git a/psycopg/psycopg/conninfo.py b/psycopg/psycopg/conninfo.py index c442be796..fe3c4f23f 100644 --- a/psycopg/psycopg/conninfo.py +++ b/psycopg/psycopg/conninfo.py @@ -187,7 +187,7 @@ class ConnectionInfo: @property def dsn(self) -> str: - """Return the conneciton string to connect to the database. + """Return the connection string to connect to the database. The string contains all the parameters set to a non-default value, which might come either from the connection string and parameters