From: Andrés Álvarez Date: Fri, 26 Aug 2022 16:55:12 +0000 (-0600) Subject: Fix typo in 'ORM Querying Guide' docs X-Git-Tag: rel_1_4_41~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba2392409c8024367da71f819417f5f6c3a2a2e4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in 'ORM Querying Guide' docs (cherry picked from commit 087efa784d4ba08118dc9a34a765afd5174f4287) --- 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