]> granicus.if.org Git - python/commitdiff
SF bug #1067023: A small typo
authorRaymond Hettinger <python@rcn.com>
Thu, 18 Nov 2004 06:14:27 +0000 (06:14 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 18 Nov 2004 06:14:27 +0000 (06:14 +0000)
Make a minor clarification between "written" and "displayed".

Doc/tut/tut.tex

index 1794ba411ed4298d2bef213910e629ed81c71779..155ee5ee33ce7691d92b7ee5b9f381e83c0f403a 100644 (file)
@@ -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