]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix exposed "sourcecode" tags
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Jul 2017 17:13:25 +0000 (13:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Jul 2017 17:13:25 +0000 (13:13 -0400)
Change-Id: Ie1bdcf2773f3de96d5ca26ebf80657e5d72c70f9

doc/build/orm/inheritance_loading.rst

index c8a5a84ef63d833715485c05df2b929cef474675..1d56439c65fa96911d4dbb26bd30d2f5c209c7c0 100644 (file)
@@ -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