diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-21 19:24:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-21 19:24:45 (GMT) |
commit | 8e3a7380ecb310b50e48f47d1f26190cc9c45eb6 (patch) | |
tree | 2e2f63205bb6ab3e6d3faac59c38254011c8635b | |
parent | 1c0e9bb94b8cfb5970532a9f3499563360ea5532 (diff) | |
download | cpython-8e3a7380ecb310b50e48f47d1f26190cc9c45eb6.zip cpython-8e3a7380ecb310b50e48f47d1f26190cc9c45eb6.tar.gz cpython-8e3a7380ecb310b50e48f47d1f26190cc9c45eb6.tar.bz2 |
Fix typo found by Min ho Kim (#14879)
-rw-r--r-- | Lib/idlelib/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py index 652444a..e19d361 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__)))), |