]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix minor typo subuqeries -> subqueries 8470/head
authorbkcsfi <bkc@sfi.ca>
Wed, 31 Aug 2022 20:42:47 +0000 (16:42 -0400)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2022 20:42:47 +0000 (16:42 -0400)
doc/build/orm/queryguide.rst

index c38b662c954ec0c4403e38cc06866d157d1cf09a..d028bb4484797f7747e717757e72c26b6989dabc 100644 (file)
@@ -717,7 +717,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