summaryrefslogtreecommitdiff
path: root/docs/change_log/release-3.3.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/change_log/release-3.3.md')
-rw-r--r--docs/change_log/release-3.3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/change_log/release-3.3.md b/docs/change_log/release-3.3.md
index 79e22b2..49b0bcf 100644
--- a/docs/change_log/release-3.3.md
+++ b/docs/change_log/release-3.3.md
@@ -66,7 +66,7 @@ The following new features have been included in the 3.3 release:
blocks when the `attr_list` extension is enabled (#816).
* The HTML parser has been completely replaced. The new HTML parser is built on Python's
- [html.parser.HTMLParser](https://docs.python.org/3/library/html.parser.html), which
+ [`html.parser.HTMLParser`](https://docs.python.org/3/library/html.parser.html), which
alleviates various bugs and simplify maintenance of the code (#803, #830).
* The [Markdown in HTML](../extensions/md_in_html.md) extension has been rebuilt on the