mirror of
https://github.com/python/cpython.git
synced 2025-08-15 06:10:47 +00:00
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
(cherry picked from commit 0acb646b8e
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
7026737d77
commit
01c62c9f6b
6 changed files with 9 additions and 9 deletions
|
@ -1793,7 +1793,7 @@ class GenPage(Frame):
|
|||
"""Return frame of widgets for General tab.
|
||||
|
||||
Enable users to provisionally change general options. Function
|
||||
load_general_cfg intializes tk variables and helplist using
|
||||
load_general_cfg initializes tk variables and helplist using
|
||||
idleConf. Radiobuttons startup_shell_on and startup_editor_on
|
||||
set var startup_edit. Radiobuttons save_ask_on and save_auto_on
|
||||
set var autosave. Entry boxes win_width_int and win_height_int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue