Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.

This commit is contained in:
Fred Drake 2001-04-13 17:32:49 +00:00
parent c054c75582
commit 2441366930
1 changed files with 2 additions and 2 deletions

View 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}