]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing colon to IDLE doc markup (GH-22007)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Sep 2020 22:34:20 +0000 (15:34 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 22:34:20 +0000 (18:34 -0400)
(cherry picked from commit 7a797a3967fdfedbaf49fd1f140ee670d7db40ad)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/library/idle.rst

index 75b6fa3861b23d09c50947816531485e38a7d0b4..43096b014fed349eabe5438dc2b073bcdcf3ac4f 100644 (file)
@@ -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.