From 66e88d30a86fc37e2eaf7367e988ced3834e3250 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Mon, 14 Jan 2019 11:26:33 -0500 Subject: Fix many spell glitches This affects mostly docstrings, except in orm/events.py::dispose_collection() where one parameter gets renamed: given that the method is empty, it seemed reasonable to me to fix that too. Closes: #4440 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4440 Pull-request-sha: 779ed75acb6142e1f1daac467b5b14134529bb4b Change-Id: Ic0553fe97853054b09c2453af76d96363de6eb0e --- lib/sqlalchemy/dialects/postgresql/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/base.py') diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index e9040fb43..4004a2b9a 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -2224,7 +2224,7 @@ class PGInspector(reflection.Inspector): """Return a list of FOREIGN TABLE names. Behavior is similar to that of :meth:`.Inspector.get_table_names`, - except that the list is limited to those tables tha report a + except that the list is limited to those tables that report a ``relkind`` value of ``f``. .. versionadded:: 1.0.0 -- cgit v1.2.1