Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26181)
Automerge-Triggered-By: GH:iritkatriel
(cherry picked from commit 56df20d7014bfe2df9cd46dece93271b516c50f6)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
diff --git a/Misc/NEWS.d/3.10.0a5.rst b/Misc/NEWS.d/3.10.0a5.rst
index 3362d49..989edb0 100644
--- a/Misc/NEWS.d/3.10.0a5.rst
+++ b/Misc/NEWS.d/3.10.0a5.rst
@@ -386,7 +386,7 @@
.. 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.
..