]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix rst typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Aug 2019 20:55:32 +0000 (16:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Aug 2019 20:55:32 +0000 (16:55 -0400)
The changelog for #4793 has a typo in the RST and didn't show up
in the changelog, causing confusion as seen in #4814

Change-Id: I5833097c1576120fbc2ea27c54bbca685ae89f88
References: #4793
References: #4814

doc/build/changelog/changelog_13.rst

index 6c7ad76e0cc19818ce846251d57f56fc7e774bc7..6e3fbed04136c053a32165aafd14350da6b6e863 100644 (file)
@@ -85,7 +85,7 @@
         list, vs. gathering the returned data type for the result row, which is
         needed only for the first SELECT.
 
-    .. change:
+    .. change::
         :tags: bug, sqlite
         :tickets: 4793