[Python-checkins] python/dist/src/Doc/lib libcodeop.tex,1.6,1.7

mwh at users.sourceforge.net mwh at users.sourceforge.net
Thu Jun 17 09:29:14 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14529/Doc/lib

Modified Files:
	libcodeop.tex 
Log Message:
add missing closing quote.


Index: libcodeop.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodeop.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** libcodeop.tex	4 Sep 2002 15:12:07 -0000	1.6
--- libcodeop.tex	17 Jun 2004 13:29:11 -0000	1.7
***************
*** 20,24 ****
    \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.
    \item Remembering which future statements the user has entered, so 
          subsequent input can be compiled with these in effect.
--- 20,24 ----
    \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.
    \item Remembering which future statements the user has entered, so 
          subsequent input can be compiled with these in effect.




More information about the Python-checkins mailing list