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: error Explicit markup ends without a blank line;
  • Loading branch information
Mr-Sunglasses committed Feb 21, 2025
commit a6c38bea9eac88498c098d097d761413d42f9719
1 change: 1 addition & 0 deletions Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,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!')"``.

On Windows, the outer quotes must be double quotes as shown.

.. option:: -d
Expand Down