summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-21 12:54:34 -0700
committerGitHub <noreply@github.com>2019-07-21 12:54:34 -0700
commit7649f8c7f891626a47b05a434d7249647dfcfa69 (patch)
tree96bf123417c7238ca5dfc21d6f7e46edb8a65263
parentd9086f2324264e93155dd81f4484975215e38f00 (diff)
downloadcpython-git-7649f8c7f891626a47b05a434d7249647dfcfa69.tar.gz
Fix typo found by Min ho Kim (GH-14879)
(cherry picked from commit 8e3a7380ecb310b50e48f47d1f26190cc9c45eb6) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r--Lib/idlelib/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py
index 652444a7f1..e19d361501 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__)))),