]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix doc type
authorWouter Overmeire <lodagro@gmail.com>
Tue, 11 Sep 2018 12:17:02 +0000 (14:17 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Sep 2018 13:21:08 +0000 (09:21 -0400)
(cherry picked from commit 82006fcc937eaea99c767f35fcb642bc35da0a15)

doc/build/orm/inheritance.rst

index 2d21e9e7886eee34c74190003a657a0f9861e21e..ba050ec9114ed5a3231573d1278e831dd46d20ff 100644 (file)
@@ -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.