summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-11-10 12:56:01 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-11-10 12:56:01 -0500
commit1dbd3a07060f7e0c424954c524fa2ba3c0d792fc (patch)
tree88f78f5bda485defe2cd6bf552272f5524607c47
parent887edc431a4c5198bb4f842419d729aed42a6ce8 (diff)
parent8660883e1ac11044487e02ec818f59ed7b5a50f9 (diff)
downloadsqlalchemy-1dbd3a07060f7e0c424954c524fa2ba3c0d792fc.tar.gz
Merge branch 'jeffwidman/fix-typo-foriegn-foreign-1446862160653' of https://bitbucket.org/jeffwidman/sqlalchemy-1 into typos
-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.