[Python-checkins] python/dist/src/Doc/tut tut.tex,1.257,1.258

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Nov 18 07:14:31 CET 2004


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

Modified Files:
	tut.tex 
Log Message:
SF bug #1067023:  A small typo

Make a minor clarification between "written" and "displayed".



Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- tut.tex	2 Nov 2004 18:24:26 -0000	1.257
+++ tut.tex	18 Nov 2004 06:14:27 -0000	1.258
@@ -464,8 +464,8 @@
 -3
 \end{verbatim}
 
-Like in C, the equal sign (\character{=}) is used to assign a value to a
-variable.  The value of an assignment is not written:
+The equal sign (\character{=}) is used to assign a value to a variable.
+Afterwards, no result is displayed before the next interactive prompt:
 
 \begin{verbatim}
 >>> width = 20



More information about the Python-checkins mailing list