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: linting errors
  • Loading branch information
Mr-Sunglasses committed Feb 21, 2025
commit 147f909ab853807ee2934d280b599d77dd0e9430
7 changes: 2 additions & 5 deletions Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -672,13 +672,10 @@ 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.

.. code-block:: bash

idle -c "print('Hello, World!')"

.. option:: -d

Enable the debugger and open the shell window.
Expand Down