Skip to content

Commit

Permalink
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (python…
Browse files Browse the repository at this point in the history
…GH-24284)

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

Automerge-Triggered-By: GH:iritkatriel
  • Loading branch information
ZackerySpytz authored May 16, 2021
1 parent be54fb5 commit 56df20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.10.0a5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

..
Expand Down

0 comments on commit 56df20d

Please sign in to comment.