From: Mike Bayer Date: Wed, 21 Aug 2019 20:55:32 +0000 (-0400) Subject: Fix rst typo X-Git-Tag: rel_1_3_8~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c6354bdae9a5f4788f3e199511fa8762b03b3f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix rst typo 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 (cherry picked from commit 94385b031c1dac004ee4181cb5783328d740d110) --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index 6c7ad76e0c..6e3fbed041 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -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