]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in mapper doc string
authorFederico Caselli <cfederico87@gmail.com>
Tue, 8 Oct 2024 21:22:20 +0000 (23:22 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 8 Oct 2024 21:23:03 +0000 (23:23 +0200)
Change-Id: I10fd7bdb0f0564a5beadfe3fa9fbb7e5ea88362c
(cherry picked from commit 74a8e2ced922183d6ad072eced904cb989113fa2)

lib/sqlalchemy/orm/mapper.py

index ba668b8aedcf60aba0f388753baae6cc6e657908..4da1a5673a4d0864225125c72f6ed1e5325a5adf 100644 (file)
@@ -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.