Denis S. Otkidach <ods@users.sourceforge.net>:

Minor fix in documentation of code module.
(Clarifies output destination for default implementation of the write()
method.)
This commit is contained in:
Fred Drake 2000-09-14 20:42:53 +00:00
parent 30a818196e
commit 6ba0a3c30a
1 changed files with 3 additions and 2 deletions

View File

@ -126,8 +126,9 @@ The output is written by the \method{write()} method.
\end{methoddesc}
\begin{methoddesc}{write}{data}
Write a string to standard output. Derived classes should override
this to provide the appropriate output handling as needed.
Write a string to the standard error stream (\code{sys.stderr}).
Derived classes should override this to provide the appropriate output
handling as needed.
\end{methoddesc}