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
  • Loading branch information
terryjreedy authored Feb 22, 2025
commit 9f1eaae70a4bb7b5be6cbf812225b02c2e039faa
2 changes: 1 addition & 1 deletion Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ 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