]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add missing closing quote.
authorMichael W. Hudson <mwh@python.net>
Thu, 17 Jun 2004 13:29:11 +0000 (13:29 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 17 Jun 2004 13:29:11 +0000 (13:29 +0000)
Doc/lib/libcodeop.tex

index 4267d3875abd5e9c160154e6852d135970d432b9..ac39d2a06bae1b800c69f2e82df7297de76f041e 100644 (file)
@@ -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}