[Python-checkins] Fix typo found by Min ho Kim (GH-14879)

Miss Islington (bot) webhook-mailer at python.org
Sun Jul 21 15:44:32 EDT 2019


https://github.com/python/cpython/commit/a8cac5762c22120ccbacb6568bba77af2d22b3f7
commit: a8cac5762c22120ccbacb6568bba77af2d22b3f7
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-07-21T12:44:28-07:00
summary:

Fix typo found by Min ho Kim (GH-14879)

(cherry picked from commit 8e3a7380ecb310b50e48f47d1f26190cc9c45eb6)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Lib/idlelib/help.py

diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py
index 652444a7f149..e19d3615016f 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__)))),



More information about the Python-checkins mailing list