8000 Fix typo found by Min ho Kim (GH-14879) · python/cpython@a8cac57 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8cac57

Browse files
Fix typo found by Min ho Kim (GH-14879)
(cherry picked from commit 8e3a738) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent e8b3a2e commit a8cac57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0