Skip to content

Commit c56557f

Browse files
committed
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel)
1 parent e0bf70d commit c56557f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/3.10.0a5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ initialization (:pep:`489`). Patch by Erlend E. Aasland.
386386
.. section: Library
387387
388388
The distutils ``bdist_wininst`` command deprecated in Python 3.8 has been
389-
removed. The distutils ``bidst_wheel`` command is now recommended to
389+
removed. The distutils ``bdist_wheel`` command is now recommended to
390390
distribute binary packages on Windows.
391391

392392
..

0 commit comments

Comments
 (0)