From 10ac7ce5c8527240e8cc4fa65f3f7a0ba10a2f26 Mon Sep 17 00:00:00 2001 From: Tao Zhou Date: Tue, 6 Aug 2024 16:21:44 -0400 Subject: [PATCH] Fix a misreference in inheritance.rst (#11700) --- doc/build/orm/queryguide/inheritance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/queryguide/inheritance.rst b/doc/build/orm/queryguide/inheritance.rst index 136bed55a6..537d51ae59 100644 --- a/doc/build/orm/queryguide/inheritance.rst +++ b/doc/build/orm/queryguide/inheritance.rst @@ -128,7 +128,7 @@ objects at once. This loader option works in a similar fashion as the SELECT statement against each sub-table for objects loaded in the hierarchy, using ``IN`` to query for additional rows based on primary key. -:func:`_orm.selectinload` accepts as its arguments the base entity that is +:func:`_orm.selectin_polymorphic` accepts as its arguments the base entity that is being queried, followed by a sequence of subclasses of that entity for which their specific attributes should be loaded for incoming rows:: -- 2.47.2