From f1d0711dd33bdd6485082116ddaca004c225b62f Mon Sep 17 00:00:00 2001 From: caozhanhao <64004730+caozhanhao@users.noreply.github.com> Date: Sat, 21 Jan 2023 06:10:08 +0800 Subject: Fix a typo in whatsnew/3.12.rst (#101150) --- 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 0c85aef..442a342 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` -- cgit v0.12