]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
formatting
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Nov 2020 15:07:50 +0000 (10:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Nov 2020 15:07:50 +0000 (10:07 -0500)
Change-Id: Icdbd393d1da79b8534a70e1e9e02f2a5a5915391

doc/build/changelog/unreleased_13/5696.rst

index 5283cf7e4b2e83fe597989ec8bca1d7a86ff4e2a..125a910eeea24d13ada4f2a7ba3282cb3de9f377 100644 (file)
@@ -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.