mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add missing colon to IDLE doc markup (GH-22007)
(cherry picked from commit 7a797a3967
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
This commit is contained in:
parent
46bc21e178
commit
41dbd6e484
1 changed files with 1 additions and 1 deletions
|
@ -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
|
large number of milliseconds, such as 100000000.) For imported module
|
||||||
names or class or function attributes, type '.'.
|
names or class or function attributes, type '.'.
|
||||||
For filenames in the root directory, type :data:`os.sep` or
|
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
|
one can specify a drive first.) Move into subdirectories by typing a
|
||||||
directory name and a separator.
|
directory name and a separator.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue