diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-04-28 10:36:15 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-04-28 10:36:15 -0400 |
commit | 69adef7ed56cbd3d37e41cc2a552976688f63acb (patch) | |
tree | 3c2afc211dff28ceb63cd08095b44ecad6ef025b | |
parent | 36275b0c2d8d3501bc0023e80d8433c0d54c0d9a (diff) | |
download | sqlalchemy-69adef7ed56cbd3d37e41cc2a552976688f63acb.tar.gz |
- typo
Change-Id: Iab741ce3739ed4172196f99c519c9333637383fd
-rw-r--r-- | doc/build/changelog/migration_12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_12.rst b/doc/build/changelog/migration_12.rst index 72655321c..4eec86eb9 100644 --- a/doc/build/changelog/migration_12.rst +++ b/doc/build/changelog/migration_12.rst @@ -155,7 +155,7 @@ tuples with IN, e.g. Currently, Postgresql and MySQL are known to be compatible with this syntax, SQLite is not. -..seealso:: +.. seealso:: :ref:`selectin_eager_loading` |