mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
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:
parent
dcea78ff53
commit
6cd5b0117e
1 changed files with 1 additions and 1 deletions
|
@ -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`.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue