mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
Fix some spelling errors in documentation and code comments
This commit is contained in:
parent
3e8a7ad7fc
commit
1f1177d69a
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue