From: Federico Caselli Date: Tue, 8 Oct 2024 21:22:20 +0000 (+0200) Subject: fix typo in mapper doc string X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74a8e2ced922183d6ad072eced904cb989113fa2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in mapper doc string Change-Id: I10fd7bdb0f0564a5beadfe3fa9fbb7e5ea88362c --- diff --git a/lib/sqlalchemy/orm/mapper.py b/lib/sqlalchemy/orm/mapper.py index b8f2a5a84d..59c8d01145 100644 --- a/lib/sqlalchemy/orm/mapper.py +++ b/lib/sqlalchemy/orm/mapper.py @@ -444,7 +444,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.