]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo: foriegn --> foreign
authorJeff Widman <jeff@jeffwidman.com>
Sat, 7 Nov 2015 02:09:28 +0000 (02:09 +0000)
committerJeff Widman <jeff@jeffwidman.com>
Sat, 7 Nov 2015 02:09:28 +0000 (02:09 +0000)
doc/build/changelog/migration_10.rst

index 08e26fd4b0dec3a3bbea03c20583d09ce4c4de0a..a4fbf117dfad05cac60053344b9e153c75c34c43 100644 (file)
@@ -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.