]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Small docs fix in 'Relationship Loading Techniques' (#7824)
authorAndrés Álvarez <andresalvarez353@gmail.com>
Sun, 20 Mar 2022 11:26:25 +0000 (05:26 -0600)
committerGitHub <noreply@github.com>
Sun, 20 Mar 2022 11:26:25 +0000 (12:26 +0100)
doc/build/orm/loading_relationships.rst

index 773409f02725e03590fb785a2ab03a2a0b463e86..4c6e1effc0ee9b2dcad26ce9483d31af7df4dd0c 100644 (file)
@@ -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