]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in 3.12 What's New (#100449)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Fri, 23 Dec 2022 06:22:31 +0000 (00:22 -0600)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 06:22:31 +0000 (00:22 -0600)
Doc/whatsnew/3.12.rst

index d480be27542c3e46007b5a0f3df7813ed88df351..617fadd83f8fd3fc6751ee4013b1e8ceef86ade3 100644 (file)
@@ -939,7 +939,7 @@ Removed
   internals.
   (Contributed by Victor Stinner in :gh:`92651`.)
 
-* Leagcy Unicode APIs has been removed. See :pep:`623` for detail.
+* Legacy Unicode APIs has been removed. See :pep:`623` for detail.
 
    * :c:macro:`PyUnicode_WCHAR_KIND`
    * :c:func:`PyUnicode_AS_UNICODE`