From: Michael W. Hudson Date: Thu, 17 Jun 2004 13:29:11 +0000 (+0000) Subject: add missing closing quote. X-Git-Tag: v2.4a1~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e151d149e3903825396ac4d0afca4259fa6f606;p=thirdparty%2FPython%2Fcpython.git add missing closing quote. --- diff --git a/Doc/lib/libcodeop.tex b/Doc/lib/libcodeop.tex index 4267d3875abd..ac39d2a06bae 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}