We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09d2c7 commit 5f8ca1bCopy full SHA for 5f8ca1b
Doc/tutorial/interpreter.rst
@@ -52,7 +52,7 @@ A second way of starting the interpreter is ``python -c command [arg] ...``,
52
which executes the statement(s) in *command*, analogous to the shell's
53
:option:`-c` option. Since Python statements often contain spaces or other
54
characters that are special to the shell, it is usually advised to quote
55
-*command* in its entirety with single quotes.
+*command* in its entirety.
56
57
Some Python modules are also useful as scripts. These can be invoked using
58
``python -m module [arg] ...``, which executes the source file for *module* as
0 commit comments