]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix a typo in ConnectionInfo.dsn docstring
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 5 Aug 2021 06:45:50 +0000 (08:45 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 5 Aug 2021 07:49:38 +0000 (08:49 +0100)
psycopg/psycopg/conninfo.py

index c442be79601d5b10380aaf31c1b15b1b548ea1ac..fe3c4f23fb3c1fcc64b55244b6315f527b577fb7 100644 (file)
@@ -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