]> 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:22:20 +0000 (23:22 +0200)
Change-Id: I10fd7bdb0f0564a5beadfe3fa9fbb7e5ea88362c

lib/sqlalchemy/orm/mapper.py

index b8f2a5a84d4790eb3468f7402e44a50dd473da28..59c8d01145a2e02f1ea7c9cfb91e3a5341741ff8 100644 (file)
@@ -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.