]> 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:03 +0000 (09:21 -0400)
(cherry picked from commit 82006fcc937eaea99c767f35fcb642bc35da0a15)

doc/build/orm/inheritance.rst

index 794fc391c42a557f3cd26a886a2ed01e8702c555..ed4470e19b29b041724954600f7c100c6b067811 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.