Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
577277f6
Unverified
Kaydet (Commit)
577277f6
authored
Mar 26, 2019
tarafından
Benjamin Peterson
Kaydeden (comit)
GitHub
Mar 26, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix "the the" in the idle docs. (GH-12549)
üst
20004959
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
idle.rst
Doc/library/idle.rst
+11
-13
No files found.
Doc/library/idle.rst
Dosyayı görüntüle @
577277f6
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment