]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix changelog 5247/head
authorFederico Caselli <CaselIT@users.noreply.github.com>
Fri, 10 Apr 2020 20:54:13 +0000 (22:54 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 20:54:13 +0000 (22:54 +0200)
doc/build/changelog/changelog_13.rst

index f63e27c216079250cf807cc1a411b0fb227ca72d..259428901be459f0ec4b4f946f24a0e1917e6b71 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.