diff options
Diffstat (limited to 'Doc/reference/toplevel_components.rst')
-rw-r--r-- | Doc/reference/toplevel_components.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/reference/toplevel_components.rst b/Doc/reference/toplevel_components.rst index 276005b..0ab9aaf 100644 --- a/Doc/reference/toplevel_components.rst +++ b/Doc/reference/toplevel_components.rst @@ -53,9 +53,9 @@ a complete program; each statement is executed in the namespace of Under Unix, a complete program can be passed to the interpreter in three forms: with the :option:`-c` *string* command line option, as a file passed as the -first command line argument, or as standard input. If the file or standard input -is a tty device, the interpreter enters interactive mode; otherwise, it executes -the file as a complete program. +first command line argument, or as standard input. If the file or standard +input is a tty device, the interpreter enters interactive mode; otherwise, it +executes the file as a complete program. .. _file-input: |