]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284)
authorZackery Spytz <zspytz@gmail.com>
Sun, 16 May 2021 23:34:49 +0000 (16:34 -0700)
committerGitHub <noreply@github.com>
Sun, 16 May 2021 23:34:49 +0000 (16:34 -0700)
This error was fixed recently in `Doc/whatsnew/3.10.rst`.

Automerge-Triggered-By: GH:iritkatriel
Misc/NEWS.d/3.10.0a5.rst

index 3362d494602d4eb33ec7ea0a6904b62de8f867de..989edb0b47e97fb38ee26ca0c605361522f375b5 100644 (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.
 
 ..