]> 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)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 12:17:02 +0000 (14:17 +0200)
doc/build/orm/inheritance.rst

index 553fb929111b0d18a2792cf2ed96c7fb5853acec..f371b65c448b7634e18bcd56f1ddd3318b8d52d9 100644 (file)
@@ -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.