From: Wouter Overmeire Date: Tue, 11 Sep 2018 12:17:02 +0000 (+0200) Subject: Fix doc type X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c630c42ffdfc9572199d5e93e065deab9cab452d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix doc type (cherry picked from commit 82006fcc937eaea99c767f35fcb642bc35da0a15) --- diff --git a/doc/build/orm/inheritance.rst b/doc/build/orm/inheritance.rst index 794fc391c4..ed4470e19b 100644 --- a/doc/build/orm/inheritance.rst +++ b/doc/build/orm/inheritance.rst @@ -203,7 +203,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.