Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: typo in a subcommand
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
  • Loading branch information
Mr-Sunglasses and StanFromIreland authored Feb 21, 2025
commit a3288f51b1d7d9c6801d9ef95a29a93d3c018faf
2 changes: 1 addition & 1 deletion Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ IDLE can be invoked from the command line with various options. The general synt

.. code-block:: bash

python -m idlelib idle [options] [file ...]
python -m idlelib [options] [file ...]

The following options are available:

Expand Down