From: Fred Drake Date: Thu, 14 Sep 2000 20:42:53 +0000 (+0000) Subject: Denis S. Otkidach : X-Git-Tag: v2.0b2~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ba0a3c30aa905ea52c3cd5758b894173a7f003d;p=python Denis S. Otkidach : Minor fix in documentation of code module. (Clarifies output destination for default implementation of the write() method.) --- diff --git a/Doc/lib/libcode.tex b/Doc/lib/libcode.tex index 0566768b73..36410b2886 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}