diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-10 12:56:01 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-10 12:56:01 -0500 |
commit | 1dbd3a07060f7e0c424954c524fa2ba3c0d792fc (patch) | |
tree | 88f78f5bda485defe2cd6bf552272f5524607c47 | |
parent | 887edc431a4c5198bb4f842419d729aed42a6ce8 (diff) | |
parent | 8660883e1ac11044487e02ec818f59ed7b5a50f9 (diff) | |
download | sqlalchemy-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.rst | 2 |
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. |