From: wodim Date: Fri, 5 May 2017 20:40:16 +0000 (+0200) Subject: fix typo X-Git-Tag: rel_1_2_0~44^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3380390b7a4160df56c409e078ab53de7c6590a1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo --- diff --git a/doc/build/orm/loading_relationships.rst b/doc/build/orm/loading_relationships.rst index f2279a2b49..03c37d38d8 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`