From ba2392409c8024367da71f819417f5f6c3a2a2e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s=20=C3=81lvarez?= Date: Fri, 26 Aug 2022 10:55:12 -0600 Subject: [PATCH] Fix typo in 'ORM Querying Guide' docs (cherry picked from commit 087efa784d4ba08118dc9a34a765afd5174f4287) --- doc/build/orm/queryguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/queryguide.rst b/doc/build/orm/queryguide.rst index 2a575354c6..8fa2adc0c8 100644 --- a/doc/build/orm/queryguide.rst +++ b/doc/build/orm/queryguide.rst @@ -381,7 +381,7 @@ Selecting Entities from Subqueries ----------------------------------- The :func:`_orm.aliased` construct discussed in the previous section -can be used with any :class:`_sql.Subuqery` construct that comes from a +can be used with any :class:`_sql.Subquery` construct that comes from a method such as :meth:`_sql.Select.subquery` to link ORM entities to the columns returned by that subquery; there must be a **column correspondence** relationship between the columns delivered by the subquery and the columns -- 2.47.2