mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
This commit is contained in:
parent
84846b0187
commit
0acb646b8e
6 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue