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
1 changed files with 2 additions and 2 deletions

View 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