Skip to content
Prev Previous commit
Next Next commit
Add date directive.
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
  • Loading branch information
terryjreedy and csabella authored Jul 9, 2020
commit f8a8cad66f42007de1f9753b5f3d1c2815461f38
2 changes: 1 addition & 1 deletion Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ A double click within the box selects and closes.
An attribute completion box will automatically open, if any completions
are available, if one types '.' and waits for a predefined
delay. The delay defaults to 2 seconds and can be set in the settings
dialog. If one types os.sep or os.altsep in a string and waits,
dialog. If one types an :data:`os.sep` or :data:`os.altsep` in a string and waits,
a completion box opens with filenames in the current directory.
Typing a separator after a directory name changes the list to that
directory. To prevent auto popups, set the delay to a large number of
Expand Down