]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo
authorLele Gaifax <lele@metapensiero.it>
Fri, 15 Jun 2018 16:06:10 +0000 (18:06 +0200)
committerLele Gaifax <lele@metapensiero.it>
Fri, 15 Jun 2018 16:06:10 +0000 (18:06 +0200)
lib/sqlalchemy/dialects/postgresql/base.py

index e3cbbb2af5e066d8073f57dea47dad528bf61302..60fc55e6349f5823db7149423165d65887e6757d 100644 (file)
@@ -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