SF bug #1067023: A small typo

Make a minor clarification between "written" and "displayed".
This commit is contained in:
Raymond Hettinger 2004-11-18 06:14:27 +00:00
parent b2d5a8efd5
commit 88c2595bf6

View file

@ -464,8 +464,8 @@ or C); parentheses can be used for grouping. For example:
-3 -3
\end{verbatim} \end{verbatim}
Like in C, the equal sign (\character{=}) is used to assign a value to a The equal sign (\character{=}) is used to assign a value to a variable.
variable. The value of an assignment is not written: Afterwards, no result is displayed before the next interactive prompt:
\begin{verbatim} \begin{verbatim}
>>> width = 20 >>> width = 20