summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaozhanhao <64004730+caozhanhao@users.noreply.github.com>2023-01-20 22:10:08 (GMT)
committerGitHub <noreply@github.com>2023-01-20 22:10:08 (GMT)
commitf1d0711dd33bdd6485082116ddaca004c225b62f (patch)
tree4ad5da3df2efe10474e606514f7f0e0b66c4853e
parent73497690b5debe01ba94ffefbecee034e39e8627 (diff)
downloadcpython-f1d0711dd33bdd6485082116ddaca004c225b62f.zip
cpython-f1d0711dd33bdd6485082116ddaca004c225b62f.tar.gz
cpython-f1d0711dd33bdd6485082116ddaca004c225b62f.tar.bz2
Fix a typo in whatsnew/3.12.rst (#101150)
-rw-r--r--Doc/whatsnew/3.12.rst2
1 files changed, 1 insertions, 1 deletions
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`