]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in 'ORM Querying Guide' docs 8443/head
authorAndrés Álvarez <andresalvarez353@gmail.com>
Fri, 26 Aug 2022 16:55:12 +0000 (10:55 -0600)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 16:55:12 +0000 (10:55 -0600)
doc/build/orm/queryguide.rst

index c38b662c954ec0c4403e38cc06866d157d1cf09a..8d0be40c1b39d05871ffc91cbaccb6226c1b5d71 100644 (file)
@@ -396,7 +396,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