From: caozhanhao <64004730+caozhanhao@users.noreply.github.com> Date: Fri, 20 Jan 2023 22:10:08 +0000 (+0800) Subject: Fix a typo in whatsnew/3.12.rst (#101150) X-Git-Tag: v3.12.0a5~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1d0711dd33bdd6485082116ddaca004c225b62f;p=thirdparty%2FPython%2Fcpython.git Fix a typo in whatsnew/3.12.rst (#101150) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 0c85aef007e0..442a3421f711 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`