[Python-checkins] Add missing colon to IDLE doc markup (GH-22007)

Andre Delfino webhook-mailer at python.org
Tue Sep 15 09:45:37 EDT 2020


https://github.com/python/cpython/commit/7a797a3967fdfedbaf49fd1f140ee670d7db40ad
commit: 7a797a3967fdfedbaf49fd1f140ee670d7db40ad
branch: master
author: Andre Delfino <adelfino at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-09-09T18:17:14-04:00
summary:

Add missing colon to IDLE doc markup (GH-22007)

files:
M Doc/library/idle.rst

diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 75b6fa3861b23..43096b014fed3 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.
 



More information about the Python-checkins mailing list