mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
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
1 changed files with 3 additions and 2 deletions
|
|
@ -126,8 +126,9 @@ The output is written by the \method{write()} method.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{write}{data}
|
\begin{methoddesc}{write}{data}
|
||||||
Write a string to standard output. Derived classes should override
|
Write a string to the standard error stream (\code{sys.stderr}).
|
||||||
this to provide the appropriate output handling as needed.
|
Derived classes should override this to provide the appropriate output
|
||||||
|
handling as needed.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue