From: bkcsfi Date: Wed, 31 Aug 2022 20:42:47 +0000 (-0400) Subject: fix minor typo subuqeries -> subqueries X-Git-Tag: rel_1_4_41~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915d9686eb80f55491e2b480ddad7cdfbd612609;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix minor typo subuqeries -> subqueries (cherry picked from commit 41268fa6352c514ba2d5f0b3ecc16019a63547b6) --- diff --git a/doc/build/orm/queryguide.rst b/doc/build/orm/queryguide.rst index 8fa2adc0c8..9fcd2c1bc0 100644 --- a/doc/build/orm/queryguide.rst +++ b/doc/build/orm/queryguide.rst @@ -702,7 +702,7 @@ Joining to Subqueries ^^^^^^^^^^^^^^^^^^^^^^^ The target of a join may be any "selectable" entity which usefully includes -subuqeries. When using the ORM, it is typical +subqueries. When using the ORM, it is typical that these targets are stated in terms of an :func:`_orm.aliased` construct, but this is not strictly required particularly if the joined entity is not being returned in the results. For example, to join from the