From: wodim Date: Fri, 5 May 2017 20:40:16 +0000 (+0200) Subject: fix typo X-Git-Tag: rel_1_1_15~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a3cb6dd2857b96d6b5187a71d995d9a390d448;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo (cherry picked from commit 3380390b7a4160df56c409e078ab53de7c6590a1) --- diff --git a/doc/build/orm/loading_relationships.rst b/doc/build/orm/loading_relationships.rst index 9050784a1c..301d006c1b 100644 --- a/doc/build/orm/loading_relationships.rst +++ b/doc/build/orm/loading_relationships.rst @@ -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`