Skip to content

Commit 50805d5

Browse files
committed
fix: error in the linting
1 parent 147f909 commit 50805d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/idle.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,7 @@ The following options are available:
672672

673673
.. option:: -c <command>
674674

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

679678
.. option:: -d

0 commit comments

Comments
 (0)