From 1cb7f459b5e81da7de5e6a4681e0f42491c0cc25 Mon Sep 17 00:00:00 2001 From: caozhanhao Date: Thu, 19 Jan 2023 20:09:40 +0800 Subject: [PATCH] fix a typo in whatsnew/3.12.rst --- Doc/whatsnew/3.12.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 0c85aef007e0af..442a3421f71150 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -946,7 +946,7 @@ Removed internals. (Contributed by Victor Stinner in :gh:`92651`.) -* Legacy Unicode APIs has been removed. See :pep:`623` for detail. +* Legacy Unicode APIs have been removed. See :pep:`623` for detail. * :c:macro:`PyUnicode_WCHAR_KIND` * :c:func:`PyUnicode_AS_UNICODE`