From: Lele Gaifax Date: Fri, 15 Jun 2018 16:06:10 +0000 (+0200) Subject: Fix typo X-Git-Tag: rel_1_3_0b1~24^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca5482221c0e94955a3d30162e0fe942adf5424;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo --- diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index e3cbbb2af5..60fc55e634 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -126,7 +126,7 @@ Remote-Schema Table Introspection and PostgreSQL search_path ------------------------------------------------------------ **TL;DR;**: keep the ``search_path`` variable set to its default of ``public``, -name schemas **other** than ``public`` explicitly within ``Table`` defintitions. +name schemas **other** than ``public`` explicitly within ``Table`` definitions. The PostgreSQL dialect can reflect tables from any schema. The :paramref:`.Table.schema` argument, or alternatively the