summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcode.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-14 20:42:53 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-14 20:42:53 (GMT)
commit6ba0a3c30aa905ea52c3cd5758b894173a7f003d (patch)
tree8bbddcfd6b39284f4cf35e9b5d2878c379a0e7d7 /Doc/lib/libcode.tex
parent30a818196ee23fcdc4709d4105ad301d4b372930 (diff)
downloadcpython-6ba0a3c30aa905ea52c3cd5758b894173a7f003d.zip
cpython-6ba0a3c30aa905ea52c3cd5758b894173a7f003d.tar.gz
cpython-6ba0a3c30aa905ea52c3cd5758b894173a7f003d.tar.bz2
Denis S. Otkidach <ods@users.sourceforge.net>:
Minor fix in documentation of code module. (Clarifies output destination for default implementation of the write() method.)
Diffstat (limited to 'Doc/lib/libcode.tex')
-rw-r--r--Doc/lib/libcode.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libcode.tex b/Doc/lib/libcode.tex
index 0566768..36410b2 100644
--- a/Doc/lib/libcode.tex
+++ b/Doc/lib/libcode.tex
@@ -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}