diff options
| author | Wouter Overmeire <lodagro@gmail.com> | 2018-09-11 14:17:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-11 14:17:02 +0200 |
| commit | 82006fcc937eaea99c767f35fcb642bc35da0a15 (patch) | |
| tree | d3793b8c6a6a94495464d58425df21114fe24680 | |
| parent | 35a458c7822a8071a61da84fce021fb42cd9b086 (diff) | |
| download | sqlalchemy-82006fcc937eaea99c767f35fcb642bc35da0a15.tar.gz | |
Fix doc type
| -rw-r--r-- | doc/build/orm/inheritance.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/inheritance.rst b/doc/build/orm/inheritance.rst index 553fb9291..f371b65c4 100644 --- a/doc/build/orm/inheritance.rst +++ b/doc/build/orm/inheritance.rst @@ -204,7 +204,7 @@ Loading Joined Inheritance Mappings +++++++++++++++++++++++++++++++++++ See the sections :ref:`inheritance_loading_toplevel` and -:ref:`loading_joined_inheritance` for background on inheritnce +:ref:`loading_joined_inheritance` for background on inheritance loading techniques, including configuration of tables to be queried both at mapper configuration time as well as query time. |
