diff options
Diffstat (limited to 'Lib/idlelib/README.txt')
-rw-r--r-- | Lib/idlelib/README.txt | 6 |
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 |