]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo
authorwodim <neikokz@gmail.com>
Fri, 5 May 2017 20:40:16 +0000 (22:40 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Oct 2017 14:41:02 +0000 (10:41 -0400)
(cherry picked from commit 3380390b7a4160df56c409e078ab53de7c6590a1)

doc/build/orm/loading_relationships.rst

index 9050784a1c266dd36b054a84a0246abf45f50ced..301d006c1b0303abf5d0d57f4f517d8df59d12ef 100644 (file)
@@ -356,7 +356,7 @@ clause, e.g. windowing.
 The Zen of Joined Eager Loading
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-Since joined eager loading seems to have many resemblences to the use of
+Since joined eager loading seems to have many resemblances to the use of
 :meth:`.Query.join`, it often produces confusion as to when and how it should
 be used.   It is critical to understand the distinction that while
 :meth:`.Query.join` is used to alter the results of a query, :func:`.joinedload`