We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3a182 commit 19f6d9cCopy full SHA for 19f6d9c
Doc/library/idle.rst
@@ -666,13 +666,14 @@ IDLE can be invoked from the command line with various options. The general synt
666
667
.. code-block:: bash
668
669
- idle [options] [file ...]
+ python -m idlelib idle [options] [file ...]
670
671
The following options are available:
672
673
.. option:: -c <command>
674
675
- Run the specified Python command in the shell window. For example:
+ Run the specified Python command in the shell window. For example, pass ``-c "print('Hello, World!')"``.
676
+On Windows, the outer quotes must be double quotes as shown.
677
678
679
0 commit comments