]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix changelog
authorFederico Caselli <CaselIT@users.noreply.github.com>
Fri, 10 Apr 2020 20:54:13 +0000 (22:54 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Apr 2020 13:43:46 +0000 (09:43 -0400)
(cherry picked from commit ad7e9a65d4e8359aef323aa1e23db76fc86c4aeb)

doc/build/changelog/changelog_13.rst

index 3250ada29301bed3cf803e457dcc18758a6e95dc..f53c68aa53a55445520d758a0b8a07ccfd58cba5 100644 (file)
         :tickets: 5052
 
         Add ability to literal compile a :class:`DateTime`, :class:`Date`
-        or :class:"Time" when using the string dialect for debugging purposes.
+        or :class:`Time` when using the string dialect for debugging purposes.
         This change does not impact real dialect implementation that retain
         their current behavior.