From 77df9a157338f694b10961c44dfe48f7a39b3ad2 Mon Sep 17 00:00:00 2001 From: Ethan Furman <ethan@stoneleaf.us> Date: Mon, 26 Aug 2019 09:12:50 -0700 Subject: [PATCH] correct roman numeral VII description (GH-15523) --- Doc/howto/unicode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0