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