]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234)
authorravcio <r.lelusz@avendi.edu.pl>
Thu, 21 Jan 2021 10:23:46 +0000 (11:23 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Jan 2021 10:23:46 +0000 (02:23 -0800)
bidst_wheel -> bdist_wheel

Automerge-Triggered-By: GH:Mariatta
Doc/whatsnew/3.10.rst

index 0fca2e8b8c311aea2413ca30f9b0888346ccbe80..7a2f4f8c82fe8dd8ef43f27f906ad52a3de62f6a 100644 (file)
@@ -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`.)