From: Mike Bayer Date: Mon, 12 Oct 2020 22:29:20 +0000 (-0400) Subject: typo X-Git-Tag: rel_1_4_0b1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501c5dff8ea12aaac44f1dee6bca2db6a468d89c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo Change-Id: I0a753a2b48ed932c3209b93df0a96efe90af17c5 --- diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py index f7e8bd45f8..2446604ba5 100644 --- a/lib/sqlalchemy/dialects/postgresql/psycopg2.py +++ b/lib/sqlalchemy/dialects/postgresql/psycopg2.py @@ -73,7 +73,7 @@ using ``host`` as an additional keyword argument:: .. _psycopg2_multi_host: -Specfiying mutiple fallback hosts +Specfiying multiple fallback hosts ------------------------------------ psycopg2 supports multiple connection points in the connection string.