From 732c613eeb890e7b7cbd04750468dac584151a31 Mon Sep 17 00:00:00 2001 From: Benjamin Dopplinger Date: Wed, 16 Mar 2016 14:30:04 +1100 Subject: [PATCH] Fix typo --- doc/build/orm/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst index 5593671213..0a9fc74306 100644 --- a/doc/build/orm/tutorial.rst +++ b/doc/build/orm/tutorial.rst @@ -2041,7 +2041,7 @@ that a single user might have lots of blog posts. When we access ``User.posts``, we'd like to be able to filter results further so as not to load the entire collection. For this we use a setting accepted by :func:`~sqlalchemy.orm.relationship` called ``lazy='dynamic'``, which -configures an alternate **loader strategy** on the attribute:: +configures an alternate **loader strategy** on the attribute: .. sourcecode:: python+sql -- 2.47.2