Commit 6ba0a3c3 authored by Fred Drake's avatar Fred Drake

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

Minor fix in documentation of code module.
(Clarifies output destination for default implementation of the write()
method.)
parent 30a81819
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment