diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-09 15:34:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 18:34:20 -0400 |
commit | d423aa8e951ab6b9bcbf6cb3266646e04cf30b8f (patch) | |
tree | 240cc439928f837d62ae0ee932b35f8d119a7c20 | |
parent | 4c4c354de2c9a290afbd4e5fcba07e3696ca0396 (diff) | |
download | cpython-git-d423aa8e951ab6b9bcbf6cb3266646e04cf30b8f.tar.gz |
Add missing colon to IDLE doc markup (GH-22007)
(cherry picked from commit 7a797a3967fdfedbaf49fd1f140ee670d7db40ad)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
Co-authored-by: Andre Delfino <adelfino@gmail.com>
-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 75b6fa3861..43096b014f 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. |