Skip to content

Commit 6cd5b01

Browse files
authored
Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234)
bidst_wheel -> bdist_wheel Automerge-Triggered-By: GH:Mariatta
1 parent dcea78f commit 6cd5b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ distutils
250250
---------
251251

252252
The ``bdist_wininst`` command deprecated in Python 3.8 has been removed.
253-
The ``bidst_wheel`` command is now recommended to distribute binary packages
253+
The ``bdist_wheel`` command is now recommended to distribute binary packages
254254
on Windows.
255255
(Contributed by Victor Stinner in :issue:`42802`.)
256256

0 commit comments

Comments
 (0)