summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrey Li <withlihui@gmail.com>2021-06-13 08:50:40 +0800
committerGitHub <noreply@github.com>2021-06-13 08:50:40 +0800
commitf7236d6666f52c15ae3ee944447a00b00972f853 (patch)
treef7c37aeabf5210c6d86734794bf2aa3ea24e1d43
parenta4a6f8b41bfb1b18302148cbbf6a6af781868cd8 (diff)
downloadmarkupsafe-f7236d6666f52c15ae3ee944447a00b00972f853.tar.gz
Fix typo in changelog
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1671c50..e8cc448 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -43,7 +43,7 @@ Released 2018-11-05
- Build wheels for Linux, Mac, and Windows, allowing systems without
a compiler to take advantage of the C extension speedups. :pr:`104`
- Use newer CPython API on Python 3, resulting in a 1.5x speedup.
- :pr`64`
+ :pr:`64`
- ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
documented behavior. :pr:`69`