Skip to content

Commit 7a797a3

Browse files
Add missing colon to IDLE doc markup (pythonGH-22007)
1 parent 1b4552c commit 7a797a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/idle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ in the settings dialog. (To prevent auto popups, set the delay to a
491491
large number of milliseconds, such as 100000000.) For imported module
492492
names or class or function attributes, type '.'.
493493
For filenames in the root directory, type :data:`os.sep` or
494-
data:`os.altsep` immediately after an opening quote. (On Windows,
494+
:data:`os.altsep` immediately after an opening quote. (On Windows,
495495
one can specify a drive first.) Move into subdirectories by typing a
496496
directory name and a separator.
497497

0 commit comments

Comments
 (0)