summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcodeop.tex
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2004-06-17 13:29:11 (GMT)
committerMichael W. Hudson <mwh@python.net>2004-06-17 13:29:11 (GMT)
commit9e151d149e3903825396ac4d0afca4259fa6f606 (patch)
tree19dfc9725add620e1b04ca2e6b322fc5aa4ed9cb /Doc/lib/libcodeop.tex
parent8817fcdba5b43662787fb8d32f62e62a5fd61569 (diff)
downloadcpython-9e151d149e3903825396ac4d0afca4259fa6f606.zip
cpython-9e151d149e3903825396ac4d0afca4259fa6f606.tar.gz
cpython-9e151d149e3903825396ac4d0afca4259fa6f606.tar.bz2
add missing closing quote.
Diffstat (limited to 'Doc/lib/libcodeop.tex')
-rw-r--r--Doc/lib/libcodeop.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodeop.tex b/Doc/lib/libcodeop.tex
index 4267d38..ac39d2a 100644
--- a/Doc/lib/libcodeop.tex
+++ b/Doc/lib/libcodeop.tex
@@ -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}