From: Jeff Widman Date: Sat, 7 Nov 2015 02:09:28 +0000 (+0000) Subject: Fix typo: foriegn --> foreign X-Git-Tag: rel_1_0_10~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f42287ead9abc79b939657acc6440efa4cd9e608;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo: foriegn --> foreign (cherry picked from commit 8660883e1ac11044487e02ec818f59ed7b5a50f9) --- 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.