@@ -568,14 +568,14 @@ bpo-33679: Enable theme-specific color configuration for Code Context.
568
568
color setting, default or custom, on the extensions tab, that applied
569
569
to all themes.) For built-in themes, the foreground is the same as
570
570
normal text and the background is a contrasting gray. Context colors for
571
- custom themes are set on the Hightlights tab along with other colors.
571
+ custom themes are set on the Highlights tab along with other colors.
572
572
When one starts IDLE from a console and loads a custom theme without
573
573
definitions for 'context', one will see a warning message on the
574
574
console.
575
575
576
576
bpo-33642: Display up to maxlines non-blank lines for Code Context.
577
577
If there is no current context, show a single blank line. (Previously,
578
- the Code Contex had numlines lines, usually with some blank.) The use
578
+ the Code Context had numlines lines, usually with some blank.) The use
579
579
of a new option, 'maxlines' (default 15), avoids possible interference
580
580
with user settings of the old option, 'numlines' (default 3).
581
581
@@ -729,7 +729,7 @@ not affect their keyset-specific customization after 3.6.3. and vice
729
729
versa.
730
730
Initial patch by Charles Wohlganger, revised by Terry Jan Reedy.
731
731
732
- bpo-31051: Rearrange condigdialog General tab.
732
+ bpo-31051: Rearrange configdialog General tab.
733
733
Sort non-Help options into Window (Shell+Editor) and Editor (only).
734
734
Leave room for the addition of new options.
735
735
Patch by Terry Jan Reedy.
0 commit comments