gh-82927: Update files related to HTML entities. (GH-92504)

This commit is contained in:
Ezio Melotti 2022-06-21 22:03:12 +02:00 committed by GitHub
parent 4e08fbcfdf
commit f28ec34c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 78 deletions

View file

@ -34,12 +34,12 @@ This module defines four dictionaries, :data:`html5`,
.. data:: name2codepoint
A dictionary that maps HTML entity names to the Unicode code points.
A dictionary that maps HTML4 entity names to the Unicode code points.
.. data:: codepoint2name
A dictionary that maps Unicode code points to HTML entity names.
A dictionary that maps Unicode code points to HTML4 entity names.
.. rubric:: Footnotes