Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8a1b9b

Browse files
committed
There's no point in mentioning F6 as an alternate EOF on DOS -- it
doesn't work on modern Windows systems, and Control-Z works everywhere.
1 parent a7874d1 commit a8a1b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ \section{Invoking the Interpreter}
173173
your local Python guru or system administrator. (E.g.,
174174
\file{/usr/local/python} is a popular alternative location.)
175175

176-
Typing an EOF character (Control-D on \UNIX{}, Control-Z or F6 on DOS
176+
Typing an EOF character (Control-D on \UNIX{}, Control-Z on DOS
177177
or Windows) at the primary prompt causes the interpreter to exit with
178178
a zero exit status. If that doesn't work, you can exit the
179179
interpreter by typing the following commands: \samp{import sys;

0 commit comments

Comments
 (0)