summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/README.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-07-30 22:14:58 (GMT)
committerGitHub <noreply@github.com>2019-07-30 22:14:58 (GMT)
commit0acb646b8e405864224bfd6d7d5089980dea63ac (patch)
tree3cff881b9a494392d9a57382f75be584ccde2a59 /Lib/idlelib/README.txt
parent84846b0187919551b1b08dca447658bbbbb710b1 (diff)
downloadcpython-0acb646b8e405864224bfd6d7d5089980dea63ac.zip
cpython-0acb646b8e405864224bfd6d7d5089980dea63ac.tar.gz
cpython-0acb646b8e405864224bfd6d7d5089980dea63ac.tar.bz2
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
Diffstat (limited to 'Lib/idlelib/README.txt')
-rw-r--r--Lib/idlelib/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt
index 8912f39..42c3506 100644
--- a/Lib/idlelib/README.txt
+++ b/Lib/idlelib/README.txt
@@ -68,7 +68,7 @@ pyshell.py # Start IDLE, manage shell, complete editor window
query.py # Query user for information
redirector.py # Intercept widget subcommands (for percolator) (nim).
replace.py # Search and replace pattern in text.
-rpc.py # Commuicate between idle and user processes (nim).
+rpc.py # Communicate between idle and user processes (nim).
rstrip.py # Strip trailing whitespace.
run.py # Manage user code execution subprocess.
runscript.py # Check and run user code.
@@ -97,7 +97,7 @@ Text
CREDITS.txt # not maintained, displayed by About IDLE
HISTORY.txt # NEWS up to July 2001
NEWS.txt # commits, displayed by About IDLE
-README.txt # this file, displeyed by About IDLE
+README.txt # this file, displayed by About IDLE
TODO.txt # needs review
extend.txt # about writing extensions
help.html # copy of idle.html in docs, displayed by IDLE Help
@@ -166,7 +166,7 @@ Shell # pyshell
Debug (Shell only)
Go to File/Line
- debugger # debugger, debugger_r, PyShell.toggle_debuger
+ debugger # debugger, debugger_r, PyShell.toggle_debugger
Stack Viewer # stackviewer, PyShell.open_stack_viewer
Auto-open Stack Viewer # stackviewer