summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-10 18:24:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-10 18:24:54 (GMT)
commit36a4d8c20e26cfecb35677735f37df6faf32a534 (patch)
tree29ceff1f03e3217c0446ce821c7c4386fd1cf984 /Doc/tut
parente893f2f3b409429f286ab2c9dd6eda43aca92726 (diff)
downloadcpython-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.tex2
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()}.