Skip to content

Commit 5b2b5de

Browse files
authored
Fix backticks
1 parent 329327b commit 5b2b5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/html.parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ further parsing:
311311
End tag : script
312312

313313
Attribute names are converted to lowercase, quotes from attribute values removed,
314-
and ``None`` is returned as *value* for empty attributes (such as `checked`):
314+
and ``None`` is returned as *value* for empty attributes (such as ``checked``):
315315

316316
.. doctest::
317317

0 commit comments

Comments
 (0)