summaryrefslogtreecommitdiffstats
path: root/Doc/ext
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-05-03 02:04:40 (GMT)
committerFred Drake <fdrake@acm.org>2006-05-03 02:04:40 (GMT)
commitf25fa6ddb97979abe06fec961c22d8db0b6563a1 (patch)
tree8a615a1de9bebe4a04c8f7f8ff3098305dc1f744 /Doc/ext
parentf863609cd64fef0fa0a36bd464096763c943f07e (diff)
downloadcpython-f25fa6ddb97979abe06fec961c22d8db0b6563a1.zip
cpython-f25fa6ddb97979abe06fec961c22d8db0b6563a1.tar.gz
cpython-f25fa6ddb97979abe06fec961c22d8db0b6563a1.tar.bz2
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
guillemets; no need for magic here
Diffstat (limited to 'Doc/ext')
-rw-r--r--Doc/ext/windows.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/windows.tex b/Doc/ext/windows.tex
index a821094..ca18a1e 100644
--- a/Doc/ext/windows.tex
+++ b/Doc/ext/windows.tex
@@ -88,7 +88,7 @@ described here are distributed with the Python sources in the
Once the Debug build has succeeded, bring up a DOS box, and change
to the \file{example_nt\textbackslash Debug} directory. You
should now be able to repeat the following session (\code{C>} is
- the DOS prompt, \code{>\code{>}>} is the Python prompt; note that
+ the DOS prompt, \code{>>>} is the Python prompt; note that
build information and various debug output from Python may not
match this screen dump exactly):