From: ravcio Date: Thu, 21 Jan 2021 10:23:46 +0000 (+0100) Subject: Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234) X-Git-Tag: v3.10.0a5~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cd5b0117e1cf7eb8f52d7e1f6db2c8fcdfc62eb;p=thirdparty%2FPython%2Fcpython.git Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234) bidst_wheel -> bdist_wheel Automerge-Triggered-By: GH:Mariatta --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 0fca2e8b8c31..7a2f4f8c82fe 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -250,7 +250,7 @@ distutils --------- The ``bdist_wininst`` command deprecated in Python 3.8 has been removed. -The ``bidst_wheel`` command is now recommended to distribute binary packages +The ``bdist_wheel`` command is now recommended to distribute binary packages on Windows. (Contributed by Victor Stinner in :issue:`42802`.)