mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
gh-82927: Update files related to HTML entities. (GH-92504)
This commit is contained in:
parent
4e08fbcfdf
commit
f28ec34c5c
6 changed files with 29 additions and 78 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue