summaryrefslogtreecommitdiff
path: root/Lib/html
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-18 11:28:37 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-18 11:28:37 +0200
commit50477cc103aa91bbee30c8aa5c3dd1714f9a11d8 (patch)
treeb7a833430bef614accd0684d5e54c8144ee3b5b9 /Lib/html
parent631f012de510d39532646834a7bcaedb09f97d2b (diff)
downloadcpython-50477cc103aa91bbee30c8aa5c3dd1714f9a11d8.tar.gz
Issue #23181: More "codepoint" -> "code point".
Diffstat (limited to 'Lib/html')
-rw-r--r--Lib/html/entities.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/html/entities.py b/Lib/html/entities.py
index e891ad6599..f7deae6eb0 100644
--- a/Lib/html/entities.py
+++ b/Lib/html/entities.py
@@ -1,6 +1,6 @@
"""HTML character entity references."""
-# maps the HTML entity name to the Unicode codepoint
+# maps the HTML entity name to the Unicode code point
name2codepoint = {
'AElig': 0x00c6, # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1
'Aacute': 0x00c1, # latin capital letter A with acute, U+00C1 ISOlat1
@@ -2492,7 +2492,7 @@ html5 = {
'zwnj;': '\u200c',
}
-# maps the Unicode codepoint to the HTML entity name
+# maps the Unicode code point to the HTML entity name
codepoint2name = {}
# maps the HTML entity name to the character