Commit 577277f6 authored by Benjamin Peterson's avatar Benjamin Peterson Committed by GitHub

Fix "the the" in the idle docs. (GH-12549)

parent 20004959
...@@ -356,8 +356,8 @@ Shell and Output windows also have the following. ...@@ -356,8 +356,8 @@ Shell and Output windows also have the following.
Go to file/line Go to file/line
Same as in Debug menu. Same as in Debug menu.
The Shell window also has an output squeezing facility explained in the The Shell window also has an output squeezing facility explained in the *Python
the *Python Shell window* subsection below. Shell window* subsection below.
Squeeze Squeeze
If the cursor is over an output line, squeeze all the output between 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. ...@@ -716,17 +716,15 @@ In contrast, some system text windows only keep the last n lines of output.
A Windows console, for instance, keeps a user-settable 1 to 9999 lines, A Windows console, for instance, keeps a user-settable 1 to 9999 lines,
with 300 the default. with 300 the default.
A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) in
in the the BMP (Basic Multilingual Plane) subset of Unicode. the BMP (Basic Multilingual Plane) subset of Unicode. Which characters are
Which characters are displayed with a proper glyph and which with a displayed with a proper glyph and which with a replacement box depends on the
replacement box depends on the operating system and installed fonts. operating system and installed fonts. Tab characters cause the following text
Tab characters cause the following text to begin after to begin after the next tab stop. (They occur every 8 'characters'). Newline
the next tab stop. (They occur every 8 'characters'). characters cause following text to appear on a new line. Other control
Newline characters cause following text to appear on a new line. characters are ignored or displayed as a space, box, or something else,
Other control characters are ignored or displayed as a space, box, or depending on the operating system and font. (Moving the text cursor through
something else, depending on the operating system and font. such output with arrow keys may exhibit some surprising spacing behavior.)
(Moving the text cursor through such output with arrow keys may exhibit
some surprising spacing behavior.)
.. code-block:: none .. code-block:: none
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment