From 9e151d149e3903825396ac4d0afca4259fa6f606 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Thu, 17 Jun 2004 13:29:11 +0000 Subject: add missing closing quote. --- Doc/lib/libcodeop.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v0.12