From: Mike Bayer Date: Wed, 30 Sep 2020 13:01:32 +0000 (-0400) Subject: fix too-short underline X-Git-Tag: rel_1_3_20~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d62620dd7f9066e193ff107471b019bcd4be7442;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix too-short underline Change-Id: Id9ac0b45f0859199e7db61ef5d4fac956b74b2ba (cherry picked from commit 467d1e1576905833d9ca0aacf1839d8a638ceb1b) --- diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py index 36ff2134f3..1944650c93 100644 --- a/lib/sqlalchemy/dialects/postgresql/psycopg2.py +++ b/lib/sqlalchemy/dialects/postgresql/psycopg2.py @@ -87,7 +87,8 @@ using ``host`` as an additional keyword argument:: `_ Multiple Hosts in Connection String ------------------------- +------------------------------------ + psycopg2 supports multiple connection points in the connection string. When the ``host`` parameter is used multiple times in the query section of the URL, SQLAlchemy will create a single string of the host and port