diff options
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 52e1b49..a13c939 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -173,7 +173,7 @@ lives is an installation option, other places are possible; check with your local Python guru or system administrator. (E.g., \file{/usr/local/python} is a popular alternative location.) -Typing an EOF character (Control-D on \UNIX{}, Control-Z or F6 on DOS +Typing an EOF character (Control-D on \UNIX{}, Control-Z on DOS or Windows) at the primary prompt causes the interpreter to exit with a zero exit status. If that doesn't work, you can exit the interpreter by typing the following commands: \samp{import sys; |