summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Caselli <CaselIT@users.noreply.github.com>2020-04-10 22:54:13 +0200
committerGitHub <noreply@github.com>2020-04-10 22:54:13 +0200
commitad7e9a65d4e8359aef323aa1e23db76fc86c4aeb (patch)
treefa87011ef318f73a488639ab331408ab8c241e0d
parent45dd9ea2cf8b25ba672a94670263b1b9f441e686 (diff)
downloadsqlalchemy-ad7e9a65d4e8359aef323aa1e23db76fc86c4aeb.tar.gz
fix changelog
-rw-r--r--doc/build/changelog/changelog_13.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst
index f63e27c21..259428901 100644
--- a/doc/build/changelog/changelog_13.rst
+++ b/doc/build/changelog/changelog_13.rst
@@ -134,7 +134,7 @@
: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.