From: Andrés Álvarez Date: Sun, 20 Mar 2022 11:26:25 +0000 (-0600) Subject: Small docs fix in 'Relationship Loading Techniques' (#7824) X-Git-Tag: rel_2_0_0b1~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46bf1fb87cb8934c8b0aacfb15e58a737d7c0a0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Small docs fix in 'Relationship Loading Techniques' (#7824) --- diff --git a/doc/build/orm/loading_relationships.rst b/doc/build/orm/loading_relationships.rst index 773409f027..4c6e1effc0 100644 --- a/doc/build/orm/loading_relationships.rst +++ b/doc/build/orm/loading_relationships.rst @@ -13,7 +13,7 @@ This behavior can be configured at mapper construction time using the function, as well as by using options with the :class:`_query.Query` object. The loading of relationships falls into three categories; **lazy** loading, -**eager** loading, and **no** loading. Lazy loading refers to objects are returned +**eager** loading, and **no** loading. Lazy loading refers to objects that are returned from a query without the related objects loaded at first. When the given collection or reference is first accessed on a particular object, an additional SELECT statement