diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-31 11:48:53 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-31 11:48:53 (GMT) |
commit | 1f1177d69a21805c374b6b4cfce9f9f76bceb822 (patch) | |
tree | 14d59076b529affba00fd59610399131db4d1dc7 /Lib/html | |
parent | 3e8a7ad7fc6224f8cae7d1c43d676d2093442611 (diff) | |
download | cpython-1f1177d69a21805c374b6b4cfce9f9f76bceb822.zip cpython-1f1177d69a21805c374b6b4cfce9f9f76bceb822.tar.gz cpython-1f1177d69a21805c374b6b4cfce9f9f76bceb822.tar.bz2 |
Fix some spelling errors in documentation and code comments
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 f7deae6..be3f627 100644 --- a/Lib/html/entities.py +++ b/Lib/html/entities.py @@ -221,7 +221,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 |