From 14253e7ff4583108a6aef5295f702c7a192f9bd5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 9 Jul 2017 13:13:25 -0400 Subject: [PATCH] - fix exposed "sourcecode" tags Change-Id: Ie1bdcf2773f3de96d5ca26ebf80657e5d72c70f9 --- doc/build/orm/inheritance_loading.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/orm/inheritance_loading.rst b/doc/build/orm/inheritance_loading.rst index c8a5a84ef6..1d56439c65 100644 --- a/doc/build/orm/inheritance_loading.rst +++ b/doc/build/orm/inheritance_loading.rst @@ -362,7 +362,7 @@ the :func:`.orm.selectin_polymorphic` loader option:: ) When the above query is run, two additional SELECT statements will -be emitted:: +be emitted: .. sourcecode:: python+sql @@ -448,7 +448,7 @@ loading via the :func:`.joinedload` function:: ) Using the query above, we get three SELECT statements emitted, however -the one against ``Manager`` will be:: +the one against ``Manager`` will be: .. sourcecode:: sql -- 2.47.3