]> 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)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 20:40:16 +0000 (22:40 +0200)
doc/build/orm/loading_relationships.rst

index f2279a2b49757199fe789acc51f64dd1e68ade4e..03c37d38d8c2e6248be317e2d853dedb34d74783 100644 (file)
@@ -365,7 +365,7 @@ that the database driver in use supports multiple, simultaneous cursors
 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`