diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-09 22:29:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 22:29:51 (GMT) |
commit | 41dbd6e484d773d8c7181775fc578ff5a3b0a62a (patch) | |
tree | 935c391b9bbbb78004d65e1760067a9015c9ca60 | |
parent | 46bc21e1780016aaacd34e472f838dc792fb674c (diff) | |
download | cpython-41dbd6e484d773d8c7181775fc578ff5a3b0a62a.zip cpython-41dbd6e484d773d8c7181775fc578ff5a3b0a62a.tar.gz cpython-41dbd6e484d773d8c7181775fc578ff5a3b0a62a.tar.bz2 |
Add missing colon to IDLE doc markup (GH-22007)
(cherry picked from commit 7a797a3967fdfedbaf49fd1f140ee670d7db40ad)
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 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. |