[Python-checkins] Fix a typo in whatsnew/3.12.rst (#101150)

ambv webhook-mailer at python.org
Fri Jan 20 17:10:14 EST 2023


https://github.com/python/cpython/commit/f1d0711dd33bdd6485082116ddaca004c225b62f
commit: f1d0711dd33bdd6485082116ddaca004c225b62f
branch: main
author: caozhanhao <64004730+caozhanhao at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2023-01-20T23:10:08+01:00
summary:

Fix a typo in whatsnew/3.12.rst (#101150)

files:
M Doc/whatsnew/3.12.rst

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`



More information about the Python-checkins mailing list