[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.164,1.165 (original) (raw)
bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Wed May 5 12:49:13 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Objects listobject.c,2.204,2.205
- Next message: [Python-checkins] python/dist/src/Doc/lib libshutil.tex,1.13,1.14
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Doc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27473
Modified Files: libfuncs.tex Log Message: Fix small grammatical mistake.
Index: libfuncs.tex
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v retrieving revision 1.164 retrieving revision 1.165 diff -C2 -d -r1.164 -r1.165 *** libfuncs.tex 21 Mar 2004 16:05:30 -0000 1.164 --- libfuncs.tex 5 May 2004 16:49:11 -0000 1.165
*** 144,148 **** expression, or \code{'single'} if it consists of a single interactive statement (in the latter case, expression statements ! that evaluate to something else than \code{None} will printed).
When compiling multi-line statements, two caveats apply: line
--- 144,148 ---- expression, or \code{'single'} if it consists of a single interactive statement (in the latter case, expression statements ! that evaluate to something else than \code{None} will be printed).
When compiling multi-line statements, two caveats apply: line
- Previous message: [Python-checkins] python/dist/src/Objects listobject.c,2.204,2.205
- Next message: [Python-checkins] python/dist/src/Doc/lib libshutil.tex,1.13,1.14
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]