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

This error was fixed recently in `Doc/whatsnew/3.10.rst`.

Automerge-Triggered-By: GH:iritkatriel
This commit is contained in:
Zackery Spytz 2021-05-16 16:34:49 -07:00 committed by GitHub
parent be54fb5ae7
commit 56df20d701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.
..