]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
:pencil2: Fix repetition for same reference page on documentation (#9694)
authorHoonCheol Shin <36983960+hunhoon21@users.noreply.github.com>
Sun, 23 Apr 2023 15:37:10 +0000 (00:37 +0900)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 15:37:10 +0000 (17:37 +0200)
* :pencil2: remove repeat for same reference

* :pencil2: apply the suggestion from @zzzeek

doc/build/orm/inheritance.rst

index f54506b0aee84a04b1c0b051a05021a49c3cdf86..6746a0cda5644597e097d68a7e7302d1b52e93b7 100644 (file)
@@ -258,9 +258,8 @@ loads against a join of the ``employee`` and ``manager`` tables together.
 Loading Joined Inheritance Mappings
 +++++++++++++++++++++++++++++++++++
 
-See the sections :ref:`inheritance_loading_toplevel` and
-:ref:`loading_joined_inheritance` for background on inheritance
-loading techniques, including configuration of tables
+See the section :ref:`inheritance_loading_toplevel` for background
+on inheritance loading techniques, including configuration of tables
 to be queried both at mapper configuration time as well as query time.
 
 .. _single_inheritance: