Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234)

bidst_wheel -> bdist_wheel

Automerge-Triggered-By: GH:Mariatta
This commit is contained in:
ravcio 2021-01-21 11:23:46 +01:00 committed by GitHub
parent dcea78ff53
commit 6cd5b0117e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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`.)