diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-10 18:24:54 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-10 18:24:54 (GMT) |
commit | 36a4d8c20e26cfecb35677735f37df6faf32a534 (patch) | |
tree | 29ceff1f03e3217c0446ce821c7c4386fd1cf984 /Doc/tut | |
parent | e893f2f3b409429f286ab2c9dd6eda43aca92726 (diff) | |
download | cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.zip cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.gz cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.bz2 |
Remove mentionings of DOS.
Diffstat (limited to 'Doc/tut')
-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 512dd6e..41d7e33 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -176,7 +176,7 @@ your local Python guru or system administrator. (E.g., \file{/usr/local/python} is a popular alternative location.) Typing an end-of-file character (\kbd{Control-D} on \UNIX, -\kbd{Control-Z} on DOS or Windows) at the primary prompt causes the +\kbd{Control-Z} on 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; sys.exit()}. |