Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26181)

Automerge-Triggered-By: GH:iritkatriel
(cherry picked from commit 56df20d701)


Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-05-16 16:41:05 -07:00 committed by GitHub
parent b913f47e87
commit 52461cb1be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -386,7 +386,7 @@ initialization (:pep:`489`). Patch by Erlend E. Aasland.
.. section: Library
The distutils ``bdist_wininst`` command deprecated in Python 3.8 has been
removed. The distutils ``bidst_wheel`` command is now recommended to
removed. The distutils ``bdist_wheel`` command is now recommended to
distribute binary packages on Windows.
..