summaryrefslogtreecommitdiffstats
path: root/Doc/library/html.entities.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-01-14 07:26:30 (GMT)
committerGeorg Brandl <georg@python.org>2015-01-14 07:26:30 (GMT)
commit3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c (patch)
treeaddfeeb14af6240b6454926ef9a4cce2a51f9207 /Doc/library/html.entities.rst
parent1a8ada89f9b3d9b10654adce979046d865906a44 (diff)
downloadcpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.zip
cpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.tar.gz
cpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.tar.bz2
Closes #23181: codepoint -> code point
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