Skip to content

Commit

Permalink
Add missing colon to IDLE doc markup (GH-22007)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresdelfino committed Sep 9, 2020
1 parent 1b4552c commit 7a797a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/idle.rst
Expand Up @@ -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.

Expand Down

0 comments on commit 7a797a3

Please sign in to comment.