diff options
author | ravcio <r.lelusz@avendi.edu.pl> | 2021-01-21 11:23:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 02:23:46 -0800 |
commit | 6cd5b0117e1cf7eb8f52d7e1f6db2c8fcdfc62eb (patch) | |
tree | 52cef864b38574d952bee843de8a141a4b3f59c6 | |
parent | bpo-42392: Mention loop removal in whatsnew for 3.10 (GH-24256) (diff) | |
download | cpython-6cd5b0117e1cf7eb8f52d7e1f6db2c8fcdfc62eb.tar.gz cpython-6cd5b0117e1cf7eb8f52d7e1f6db2c8fcdfc62eb.tar.bz2 cpython-6cd5b0117e1cf7eb8f52d7e1f6db2c8fcdfc62eb.zip |
Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234)
bidst_wheel -> bdist_wheel
Automerge-Triggered-By: GH:Mariatta
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 0fca2e8b8c3..7a2f4f8c82f 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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`.) |