From 4980be1ca8939cd42ce41d9848afcbbaa4e0ae7a Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 21 Jul 2019 15:24:45 -0400 Subject: [PATCH] Fix typo found by Min ho Kim (GH-14879) (cherry picked from commit 8e3a7380ecb310b50e48f47d1f26190cc9c45eb6) Co-authored-by: Terry Jan Reedy --- Lib/idlelib/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py index 652444a7f14937..e19d3615016f2f 100644 --- a/Lib/idlelib/help.py +++ b/Lib/idlelib/help.py @@ -257,7 +257,7 @@ def copy_strip(): same, help.html can be backported. The internal Python version number is not displayed. If maintenance idle.rst diverges from the master version, then instead of backporting help.html from - master, repeat the proceedure above to generate a maintenance + master, repeat the procedure above to generate a maintenance version. """ src = join(abspath(dirname(dirname(dirname(__file__)))),