From: Mike Bayer Date: Sun, 9 Jul 2017 17:13:25 +0000 (-0400) Subject: - fix exposed "sourcecode" tags X-Git-Tag: rel_1_2_0b1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14253e7ff4583108a6aef5295f702c7a192f9bd5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix exposed "sourcecode" tags Change-Id: Ie1bdcf2773f3de96d5ca26ebf80657e5d72c70f9 --- 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