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=43471e53b6721c52ce2c32ed2a4cdbe2b2a8c688;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 2d21e9e788..ba050ec911 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.