mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
[3.12] Fix typos in documentation (GH-120338) (#120439)
(cherry picked from commit ce3879bd45
)
This commit is contained in:
parent
f75abf8bcf
commit
0976c9f4bd
3 changed files with 5 additions and 5 deletions
|
@ -277,7 +277,7 @@ Command to format a paragraph.
|
||||||
Debug menu:
|
Debug menu:
|
||||||
|
|
||||||
JIT (Just-In-Time) stack viewer toggle -- if set, the stack viewer
|
JIT (Just-In-Time) stack viewer toggle -- if set, the stack viewer
|
||||||
automaticall pops up when you get a traceback.
|
automatically pops up when you get a traceback.
|
||||||
|
|
||||||
Windows menu:
|
Windows menu:
|
||||||
|
|
||||||
|
|
|
@ -567,14 +567,14 @@ bpo-33679: Enable theme-specific color configuration for Code Context.
|
||||||
color setting, default or custom, on the extensions tab, that applied
|
color setting, default or custom, on the extensions tab, that applied
|
||||||
to all themes.) For built-in themes, the foreground is the same as
|
to all themes.) For built-in themes, the foreground is the same as
|
||||||
normal text and the background is a contrasting gray. Context colors for
|
normal text and the background is a contrasting gray. Context colors for
|
||||||
custom themes are set on the Hightlights tab along with other colors.
|
custom themes are set on the Highlights tab along with other colors.
|
||||||
When one starts IDLE from a console and loads a custom theme without
|
When one starts IDLE from a console and loads a custom theme without
|
||||||
definitions for 'context', one will see a warning message on the
|
definitions for 'context', one will see a warning message on the
|
||||||
console.
|
console.
|
||||||
|
|
||||||
bpo-33642: Display up to maxlines non-blank lines for Code Context.
|
bpo-33642: Display up to maxlines non-blank lines for Code Context.
|
||||||
If there is no current context, show a single blank line. (Previously,
|
If there is no current context, show a single blank line. (Previously,
|
||||||
the Code Contex had numlines lines, usually with some blank.) The use
|
the Code Context had numlines lines, usually with some blank.) The use
|
||||||
of a new option, 'maxlines' (default 15), avoids possible interference
|
of a new option, 'maxlines' (default 15), avoids possible interference
|
||||||
with user settings of the old option, 'numlines' (default 3).
|
with user settings of the old option, 'numlines' (default 3).
|
||||||
|
|
||||||
|
@ -728,7 +728,7 @@ not affect their keyset-specific customization after 3.6.3. and vice
|
||||||
versa.
|
versa.
|
||||||
Initial patch by Charles Wohlganger, revised by Terry Jan Reedy.
|
Initial patch by Charles Wohlganger, revised by Terry Jan Reedy.
|
||||||
|
|
||||||
bpo-31051: Rearrange condigdialog General tab.
|
bpo-31051: Rearrange configdialog General tab.
|
||||||
Sort non-Help options into Window (Shell+Editor) and Editor (only).
|
Sort non-Help options into Window (Shell+Editor) and Editor (only).
|
||||||
Leave room for the addition of new options.
|
Leave room for the addition of new options.
|
||||||
Patch by Terry Jan Reedy.
|
Patch by Terry Jan Reedy.
|
||||||
|
|
|
@ -179,7 +179,7 @@ it -- i.e. you can only edit the current command, and the cursor can't
|
||||||
escape from the command area. (Albert Brandl)
|
escape from the command area. (Albert Brandl)
|
||||||
|
|
||||||
- Set X11 class to "idle/Idle", set icon and title to something
|
- Set X11 class to "idle/Idle", set icon and title to something
|
||||||
beginning with "idle" -- for window manangers. (Randall Hopper)
|
beginning with "idle" -- for window managers. (Randall Hopper)
|
||||||
|
|
||||||
- Config files editable through a preferences dialog. (me) DONE
|
- Config files editable through a preferences dialog. (me) DONE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue