summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2019-08-26 09:12:50 -0700
committerGitHub <noreply@github.com>2019-08-26 09:12:50 -0700
commit77df9a157338f694b10961c44dfe48f7a39b3ad2 (patch)
tree9accf15991769345319aff2d2b82e3c645edd78f
parentb3b9619f5e1e7ebe3fbb73eae4ec878312056a90 (diff)
downloadcpython-git-77df9a157338f694b10961c44dfe48f7a39b3ad2.tar.gz
correct roman numeral VII description (GH-15523)
-rw-r--r--Doc/howto/unicode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
index 24c3235e4a..d5632bc799 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