]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in 'ORM Querying Guide' docs
authorAndrés Álvarez <andresalvarez353@gmail.com>
Fri, 26 Aug 2022 16:55:12 +0000 (10:55 -0600)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 30 Aug 2022 21:10:17 +0000 (23:10 +0200)
(cherry picked from commit 087efa784d4ba08118dc9a34a765afd5174f4287)

doc/build/orm/queryguide.rst

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