From: Zackery Spytz Date: Sun, 16 May 2021 23:34:49 +0000 (-0700) Subject: Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) X-Git-Tag: v3.11.0a1~1101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56df20d7014bfe2df9cd46dece93271b516c50f6;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Misc/NEWS.d/3.10.0a5.rst b/Misc/NEWS.d/3.10.0a5.rst index 3362d494602d..989edb0b47e9 100644 --- a/Misc/NEWS.d/3.10.0a5.rst +++ b/Misc/NEWS.d/3.10.0a5.rst @@ -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. ..