diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2019-08-26 16:12:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 16:12:50 (GMT) |
commit | 77df9a157338f694b10961c44dfe48f7a39b3ad2 (patch) | |
tree | 9accf15991769345319aff2d2b82e3c645edd78f /Doc/howto | |
parent | b3b9619f5e1e7ebe3fbb73eae4ec878312056a90 (diff) | |
download | cpython-77df9a157338f694b10961c44dfe48f7a39b3ad2.zip cpython-77df9a157338f694b10961c44dfe48f7a39b3ad2.tar.gz cpython-77df9a157338f694b10961c44dfe48f7a39b3ad2.tar.bz2 |
correct roman numeral VII description (GH-15523)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 24c3235..d5632bc 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -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 |