avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to

guillemets; no need for magic here
This commit is contained in:
Fred Drake 2006-05-03 02:04:40 +00:00
parent f863609cd6
commit f25fa6ddb9
14 changed files with 23 additions and 23 deletions

View file

@ -19,7 +19,7 @@ There are two parts to this job:
\begin{enumerate}
\item Being able to tell if a line of input completes a Python
statement: in short, telling whether to print
`\code{>\code{>}>~}' or `\code{...~}' next.
`\code{>>>~}' or `\code{...~}' next.
\item Remembering which future statements the user has entered, so
subsequent input can be compiled with these in effect.
\end{enumerate}