diff options
author | caozhanhao <64004730+caozhanhao@users.noreply.github.com> | 2023-01-20 22:10:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 22:10:08 (GMT) |
commit | f1d0711dd33bdd6485082116ddaca004c225b62f (patch) | |
tree | 4ad5da3df2efe10474e606514f7f0e0b66c4853e | |
parent | 73497690b5debe01ba94ffefbecee034e39e8627 (diff) | |
download | cpython-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.rst | 2 |
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` |