From: Wouter Overmeire Date: Tue, 11 Sep 2018 12:17:02 +0000 (+0200) Subject: Fix doc type X-Git-Tag: rel_1_3_0b1~80^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82006fcc937eaea99c767f35fcb642bc35da0a15;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix doc type --- diff --git a/doc/build/orm/inheritance.rst b/doc/build/orm/inheritance.rst index 553fb92911..f371b65c44 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.