From: Raymond Hettinger Date: Thu, 18 Nov 2004 06:14:27 +0000 (+0000) Subject: SF bug #1067023: A small typo X-Git-Tag: v2.4c1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88c2595bf66fa8991d48f9546d72e97bba59f086;p=thirdparty%2FPython%2Fcpython.git SF bug #1067023: A small typo Make a minor clarification between "written" and "displayed". --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 1794ba411ed4..155ee5ee33ce 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -464,8 +464,8 @@ or C); parentheses can be used for grouping. For example: -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