]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix formatting of cache logging output
authorGord Thompson <gord@gordthompson.com>
Tue, 23 May 2023 13:50:34 +0000 (07:50 -0600)
committerGord Thompson <gord@gordthompson.com>
Tue, 23 May 2023 13:51:31 +0000 (07:51 -0600)
Change-Id: I8434c026b568e429fb04044a4a1c7d12acc1750e

doc/build/core/connections.rst

index 488c2dfad503b8adc831f243333d039ef8f57fe9..38a97afac4552d68f989b6a5d00e09acdcf3da00 100644 (file)
@@ -1067,8 +1067,7 @@ examples being the :class:`.Values` construct as well as when using "multivalued
 inserts" with the :meth:`.Insert.values` method.
 
 So far our cache is still empty.  The next statements will be cached however,
-a segment looks like::
-
+a segment looks like:
 
 .. sourcecode:: sql