File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ a complete program; each statement is executed in the namespace of
51
51
single: command line
52
52
single: standard input
53
53
54
- Under Unix, a complete program can be passed to the interpreter in three forms:
55
- with the :option: `-c ` *string * command line option, as a file passed as the
56
- first command line argument, or as standard input. If the file or standard input
57
- is a tty device, the interpreter enters interactive mode; otherwise, it executes
58
- the file as a complete program.
54
+ A complete program can be passed to the interpreter
55
+ in three forms: with the :option: `-c ` *string * command line option, as a file
56
+ passed as the first command line argument, or as standard input. If the file
57
+ or standard input is a tty device, the interpreter enters interactive mode;
58
+ otherwise, it executes the file as a complete program.
59
59
60
60
61
61
.. _file-input :
You can’t perform that action at this time.
0 commit comments