summaryrefslogtreecommitdiffstats
path: root/Doc/library/html.entities.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/html.entities.rst')
-rw-r--r--Doc/library/html.entities.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/html.entities.rst b/Doc/library/html.entities.rst
index 09b0abc..e10e46e 100644
--- a/Doc/library/html.entities.rst
+++ b/Doc/library/html.entities.rst
@@ -33,12 +33,12 @@ This module defines four dictionaries, :data:`html5`,
.. data:: name2codepoint
- A dictionary that maps HTML entity names to the Unicode codepoints.
+ A dictionary that maps HTML entity names to the Unicode code points.
.. data:: codepoint2name
- A dictionary that maps Unicode codepoints to HTML entity names.
+ A dictionary that maps Unicode code points to HTML entity names.
.. rubric:: Footnotes