summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwodim <neikokz@gmail.com>2017-05-05 22:40:16 +0200
committerGitHub <noreply@github.com>2017-05-05 22:40:16 +0200
commit3380390b7a4160df56c409e078ab53de7c6590a1 (patch)
tree4d4bfec348606fb6a8812e9f167666facd456d1f
parent69adef7ed56cbd3d37e41cc2a552976688f63acb (diff)
downloadsqlalchemy-3380390b7a4160df56c409e078ab53de7c6590a1.tar.gz
fix typo
-rw-r--r--doc/build/orm/loading_relationships.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/loading_relationships.rst b/doc/build/orm/loading_relationships.rst
index f2279a2b4..03c37d38d 100644
--- a/doc/build/orm/loading_relationships.rst
+++ b/doc/build/orm/loading_relationships.rst
@@ -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`