From 41268fa6352c514ba2d5f0b3ecc16019a63547b6 Mon Sep 17 00:00:00 2001 From: bkcsfi Date: Wed, 31 Aug 2022 16:42:47 -0400 Subject: [PATCH] fix minor typo subuqeries -> subqueries --- 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 c38b662c95..d028bb4484 100644 --- a/doc/build/orm/queryguide.rst +++ b/doc/build/orm/queryguide.rst @@ -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 -- 2.47.3