Skip to content

Commit eb94e5b

Browse files
Fix "the the" in the idle docs. (GH-12549)
(cherry picked from commit 577277f) Co-authored-by: Benjamin Peterson <[email protected]>
1 parent bc8c263 commit eb94e5b

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

Doc/library/idle.rst

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ Shell and Output windows also have the following.
356356
Go to file/line
357357
Same as in Debug menu.
358358

359-
The Shell window also has an output squeezing facility explained in the
360-
the *Python Shell window* subsection below.
359+
The Shell window also has an output squeezing facility explained in the *Python
360+
Shell window* subsection below.
361361

362362
Squeeze
363363
If the cursor is over an output line, squeeze all the output between
@@ -716,17 +716,15 @@ In contrast, some system text windows only keep the last n lines of output.
716716
A Windows console, for instance, keeps a user-settable 1 to 9999 lines,
717717
with 300 the default.
718718

719-
A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints)
720-
in the the BMP (Basic Multilingual Plane) subset of Unicode.
721-
Which characters are displayed with a proper glyph and which with a
722-
replacement box depends on the operating system and installed fonts.
723-
Tab characters cause the following text to begin after
724-
the next tab stop. (They occur every 8 'characters').
725-
Newline characters cause following text to appear on a new line.
726-
Other control characters are ignored or displayed as a space, box, or
727-
something else, depending on the operating system and font.
728-
(Moving the text cursor through such output with arrow keys may exhibit
729-
some surprising spacing behavior.)
719+
A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) in
720+
the BMP (Basic Multilingual Plane) subset of Unicode. Which characters are
721+
displayed with a proper glyph and which with a replacement box depends on the
722+
operating system and installed fonts. Tab characters cause the following text
723+
to begin after the next tab stop. (They occur every 8 'characters'). Newline
724+
characters cause following text to appear on a new line. Other control
725+
characters are ignored or displayed as a space, box, or something else,
726+
depending on the operating system and font. (Moving the text cursor through
727+
such output with arrow keys may exhibit some surprising spacing behavior.)
730728

731729
.. code-block:: none
732730

0 commit comments

Comments
 (0)