From: Mike Bayer Date: Fri, 13 Nov 2020 15:07:50 +0000 (-0500) Subject: formatting X-Git-Tag: rel_1_4_0b2~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1891931b799defb86621a1cfbab26647afd362e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git formatting Change-Id: Icdbd393d1da79b8534a70e1e9e02f2a5a5915391 --- diff --git a/doc/build/changelog/unreleased_13/5696.rst b/doc/build/changelog/unreleased_13/5696.rst index 5283cf7e4b..125a910eee 100644 --- a/doc/build/changelog/unreleased_13/5696.rst +++ b/doc/build/changelog/unreleased_13/5696.rst @@ -2,6 +2,6 @@ :tags: mysql, sql :tickets: 5696 - Added missing keywords to the `RESERVED_WORDS` list for the mysql dialect: - action, level, mode, status, text, time. + Added missing keywords to the ``RESERVED_WORDS`` list for the MySQL + dialect: ``action``, ``level``, ``mode``, ``status``, ``text``, ``time``. Pull request courtesy Oscar Batori.