]> granicus.if.org Git - python/commitdiff
Denis S. Otkidach <ods@users.sourceforge.net>:
authorFred Drake <fdrake@acm.org>
Thu, 14 Sep 2000 20:42:53 +0000 (20:42 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Sep 2000 20:42:53 +0000 (20:42 +0000)
Minor fix in documentation of code module.
(Clarifies output destination for default implementation of the write()
method.)

Doc/lib/libcode.tex

index 0566768b73692b3af1a9d6b46588bfdb95c42903..36410b28867d6dd983c97ec0c4b4f5d311002e22 100644 (file)
@@ -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}