From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 9 Sep 2020 22:34:20 +0000 (-0700) Subject: Add missing colon to IDLE doc markup (GH-22007) X-Git-Tag: v3.8.6~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d423aa8e951ab6b9bcbf6cb3266646e04cf30b8f;p=thirdparty%2FPython%2Fcpython.git Add missing colon to IDLE doc markup (GH-22007) (cherry picked from commit 7a797a3967fdfedbaf49fd1f140ee670d7db40ad) Co-authored-by: Andre Delfino Co-authored-by: Andre Delfino --- diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 75b6fa3861b2..43096b014fed 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.