Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e3a738

Browse files
authored
Fix typo found by Min ho Kim (#14879)
1 parent 1c0e9bb commit 8e3a738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def copy_strip():
257257
same, help.html can be backported. The internal Python version
258258
number is not displayed. If maintenance idle.rst diverges from
259259
the master version, then instead of backporting help.html from
260-
master, repeat the proceedure above to generate a maintenance
260+
master, repeat the procedure above to generate a maintenance
261261
version.
262262
"""
263263
src = join(abspath(dirname(dirname(dirname(__file__)))),

0 commit comments

Comments
 (0)