mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
correct roman numeral VII description (GH-15523)
This commit is contained in:
parent
b3b9619f5e
commit
77df9a1573
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ their corresponding code points:
|
|||
...
|
||||
007B '{'; LEFT CURLY BRACKET
|
||||
...
|
||||
2167 'Ⅶ': ROMAN NUMERAL EIGHT
|
||||
2167 'Ⅶ': ROMAN NUMERAL SEVEN
|
||||
2168 'Ⅸ': ROMAN NUMERAL NINE
|
||||
...
|
||||
265E '♞': BLACK CHESS KNIGHT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue