From 88c2595bf66fa8991d48f9546d72e97bba59f086 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 18 Nov 2004 06:14:27 +0000 Subject: SF bug #1067023: A small typo Make a minor clarification between "written" and "displayed". --- Doc/tut/tut.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 1794ba4..155ee5e 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 -- cgit v0.12