]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix minor typo subuqeries -> subqueries
authorbkcsfi <bkc@sfi.ca>
Wed, 31 Aug 2022 20:42:47 +0000 (16:42 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 31 Aug 2022 20:56:50 +0000 (22:56 +0200)
(cherry picked from commit 41268fa6352c514ba2d5f0b3ecc16019a63547b6)

doc/build/orm/queryguide.rst

index 8fa2adc0c82bdd6cddede0672d6b645ef36e5f95..9fcd2c1bc042110666149246d32a89041c40169d 100644 (file)
@@ -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