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
Update Doc/library/idle.rst
Split long line.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
terryjreedy and AA-Turner authored Feb 24, 2025
commit 958cecee6dc430c3c363d956daebe2cf78be5057
3 changes: 2 additions & 1 deletion Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,8 @@ The following options are available:

.. option:: -c <command>

Run the specified Python command in the shell window. For example, pass ``-c "print('Hello, World!')"``.
Run the specified Python command in the shell window.
For example, pass ``-c "print('Hello, World!')"``.
On Windows, the outer quotes must be double quotes as shown.

.. option:: -d
Expand Down