From c6b46759829633e6745b561861891a8ffb85fbb8 Mon Sep 17 00:00:00 2001 From: Pablo Marti Date: Mon, 10 Jul 2017 19:43:58 +0200 Subject: [PATCH] Fix typo, foriegn -> foreign --- doc/build/orm/loading_relationships.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/loading_relationships.rst b/doc/build/orm/loading_relationships.rst index 6d3beb94de..a4b2ad99b5 100644 --- a/doc/build/orm/loading_relationships.rst +++ b/doc/build/orm/loading_relationships.rst @@ -288,7 +288,7 @@ using the :func:`.joinedload` loader option: The JOIN emitted by default is a LEFT OUTER JOIN, to allow for a lead object that does not refer to a related row. For an attribute that is guaranteed to have an element, such as a many-to-one -reference to a related object where the referencing foriegn key is NOT NULL, +reference to a related object where the referencing foreign key is NOT NULL, the query can be made more efficient by using an inner join; this is available at the mapping level via the :paramref:`.relationship.innerjoin` flag:: -- 2.47.3