mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
add missing closing quote.
This commit is contained in:
parent
8817fcdba5
commit
9e151d149e
1 changed files with 1 additions and 1 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{>\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