mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
guillemets; no need for magic here
This commit is contained in:
parent
f863609cd6
commit
f25fa6ddb9
14 changed files with 23 additions and 23 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue