From 8660883e1ac11044487e02ec818f59ed7b5a50f9 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sat, 7 Nov 2015 02:09:28 +0000 Subject: [PATCH] Fix typo: foriegn --> foreign --- doc/build/changelog/migration_10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst index 08e26fd4b0..a4fbf117df 100644 --- a/doc/build/changelog/migration_10.rst +++ b/doc/build/changelog/migration_10.rst @@ -2305,7 +2305,7 @@ Postgresql Dialect reflects Materialized Views, Foreign Tables Changes are as follows: * the :class:`Table` construct with ``autoload=True`` will now match a name - that exists in the database as a materialized view or foriegn table. + that exists in the database as a materialized view or foreign table. * :meth:`.Inspector.get_view_names` will return plain and materialized view names. -- 2.47.2