summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2021-05-16 23:34:49 (GMT)
committerGitHub <noreply@github.com>2021-05-16 23:34:49 (GMT)
commit56df20d7014bfe2df9cd46dece93271b516c50f6 (patch)
tree0a08587382d06ef6ab182d439dbef2a67bd0aa1d /Misc
parentbe54fb5ae73db507a0cdb1884d553aca5966f0e6 (diff)
downloadcpython-56df20d7014bfe2df9cd46dece93271b516c50f6.zip
cpython-56df20d7014bfe2df9cd46dece93271b516c50f6.tar.gz
cpython-56df20d7014bfe2df9cd46dece93271b516c50f6.tar.bz2
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
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.10.0a5.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ 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.
..