summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-06-18 02:57:35 (GMT)
committerFred Drake <fdrake@acm.org>2006-06-18 02:57:35 (GMT)
commitf5da071ec8ec0b84acd8d1038e1c4b584158ff63 (patch)
tree794500c32c1c05233ebf70e970d3f512979f1131
parente75cad6125c45cbe7f81a3eb8d18a29866f6405a (diff)
downloadcpython-f5da071ec8ec0b84acd8d1038e1c4b584158ff63.zip
cpython-f5da071ec8ec0b84acd8d1038e1c4b584158ff63.tar.gz
cpython-f5da071ec8ec0b84acd8d1038e1c4b584158ff63.tar.bz2
remove unnecessary markup
-rw-r--r--Doc/ref/ref8.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex
index 78e7934..b77789f 100644
--- a/Doc/ref/ref8.tex
+++ b/Doc/ref/ref8.tex
@@ -34,7 +34,7 @@ in the namespace of \module{__main__}.
\index{interactive mode}
\refbimodindex{__main__}
-Under \UNIX{}, a complete program can be passed to the interpreter in
+Under \UNIX, a complete program can be passed to the interpreter in
three forms: with the \programopt{-c} \var{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