mirror of https://github.com/python/cpython.git
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:
parent
30a818196e
commit
6ba0a3c30a
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue