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/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef8da0e6038c8f1a88cefde4cb02bb745cb6ecba;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 ba668b8aed..4da1a5673a 100644 --- a/lib/sqlalchemy/orm/mapper.py +++ b/lib/sqlalchemy/orm/mapper.py @@ -321,7 +321,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.