]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in whatsnew/3.12.rst (#101150)
authorcaozhanhao <64004730+caozhanhao@users.noreply.github.com>
Fri, 20 Jan 2023 22:10:08 +0000 (06:10 +0800)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 22:10:08 +0000 (23:10 +0100)
Doc/whatsnew/3.12.rst

index 0c85aef007e0af2c149da0b9b1f0360b862715cc..442a3421f711507c3617b7f78c2e93bc415ba15d 100644 (file)
@@ -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`