summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2015-11-07 02:09:28 +0000
committerJeff Widman <jeff@jeffwidman.com>2015-11-07 02:09:28 +0000
commit8660883e1ac11044487e02ec818f59ed7b5a50f9 (patch)
tree31af36fb30436f6f02c53ec4971c2c5a9d261e1e
parent07a199d929aa920b5b2b5d8b2d7008626a731f1f (diff)
downloadsqlalchemy-8660883e1ac11044487e02ec818f59ed7b5a50f9.tar.gz
Fix typo: foriegn --> foreign
-rw-r--r--doc/build/changelog/migration_10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst
index 08e26fd4b..a4fbf117d 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.