From: Federico Caselli Date: Tue, 8 Oct 2024 21:22:20 +0000 (+0200) Subject: fix typo in mapper doc string X-Git-Tag: rel_2_0_36~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ad928b61b17dcec459e051814b0618288604da0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in mapper doc string Change-Id: I10fd7bdb0f0564a5beadfe3fa9fbb7e5ea88362c (cherry picked from commit 74a8e2ced922183d6ad072eced904cb989113fa2) --- diff --git a/lib/sqlalchemy/orm/mapper.py b/lib/sqlalchemy/orm/mapper.py index 06e3884be6..5bb203b3a9 100644 --- a/lib/sqlalchemy/orm/mapper.py +++ b/lib/sqlalchemy/orm/mapper.py @@ -442,7 +442,7 @@ class Mapper( mapping of the class to an alternate selectable, for loading only. - .. seealso:: + .. seealso:: :ref:`relationship_aliased_class` - the new pattern that removes the need for the :paramref:`_orm.Mapper.non_primary` flag.