diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-09-09 22:17:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 22:17:14 (GMT) |
commit | 7a797a3967fdfedbaf49fd1f140ee670d7db40ad (patch) | |
tree | fbfdeb81d9e75abbcd62d3c8eaacdedd9871a114 /Doc/library/idle.rst | |
parent | 1b4552c5e8e925f24c15f707050f22c977171125 (diff) | |
download | cpython-7a797a3967fdfedbaf49fd1f140ee670d7db40ad.zip cpython-7a797a3967fdfedbaf49fd1f140ee670d7db40ad.tar.gz cpython-7a797a3967fdfedbaf49fd1f140ee670d7db40ad.tar.bz2 |
Add missing colon to IDLE doc markup (GH-22007)
Diffstat (limited to 'Doc/library/idle.rst')
-rw-r--r-- | Doc/library/idle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 75b6fa3..43096b0 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -491,7 +491,7 @@ in the settings dialog. (To prevent auto popups, set the delay to a large number of milliseconds, such as 100000000.) For imported module names or class or function attributes, type '.'. For filenames in the root directory, type :data:`os.sep` or -data:`os.altsep` immediately after an opening quote. (On Windows, +:data:`os.altsep` immediately after an opening quote. (On Windows, one can specify a drive first.) Move into subdirectories by typing a directory name and a separator. |