]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
authorFred Drake <fdrake@acm.org>
Fri, 13 Apr 2001 17:32:49 +0000 (17:32 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Apr 2001 17:32:49 +0000 (17:32 +0000)
Doc/mac/using.tex

index 1e895c7bddb426abf3245fdd232cfeb541dc1518..0a077b9db12c366bf733b4a321c9d3995dda59a1 100644 (file)
@@ -27,8 +27,8 @@ The interactive interpreter that you will see used in Python
 documentation is started by double-clicking the
 \program{PythonInterpreter} icon, which looks like a 16-ton weight
 falling. You should see the version information and the
-\samp{>>>~} prompt.  Use it exactly as described in the standard
-documentation.
+\samp{>\code{>}>~} prompt.  Use it exactly as described in the
+standard documentation.
 
 
 \section{How to run a Python script}