diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-31 12:16:18 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-31 12:16:18 (GMT) |
commit | 4827e488a4d1d82eb7bfeb194a7ad1d420535513 (patch) | |
tree | 3b561031a30e1c2329dce853e11ae76b2f08c2f9 /Lib/html | |
parent | c02948126c851b53109e4c0b4b11f26a62cceba9 (diff) | |
parent | 1f1177d69a21805c374b6b4cfce9f9f76bceb822 (diff) | |
download | cpython-4827e488a4d1d82eb7bfeb194a7ad1d420535513.zip cpython-4827e488a4d1d82eb7bfeb194a7ad1d420535513.tar.gz cpython-4827e488a4d1d82eb7bfeb194a7ad1d420535513.tar.bz2 |
Merge spelling fixes from 3.4 into 3.5
Diffstat (limited to 'Lib/html')
-rw-r--r-- | Lib/html/entities.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/html/entities.py b/Lib/html/entities.py index 3e1778b..91ea5da 100644 --- a/Lib/html/entities.py +++ b/Lib/html/entities.py @@ -224,7 +224,7 @@ name2codepoint = { 'spades': 0x2660, # black spade suit, U+2660 ISOpub 'sub': 0x2282, # subset of, U+2282 ISOtech 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech - 'sum': 0x2211, # n-ary sumation, U+2211 ISOamsb + 'sum': 0x2211, # n-ary summation, U+2211 ISOamsb 'sup': 0x2283, # superset of, U+2283 ISOtech 'sup1': 0x00b9, # superscript one = superscript digit one, U+00B9 ISOnum 'sup2': 0x00b2, # superscript two = superscript digit two = squared, U+00B2 ISOnum |