diff options
| author | Fred Drake <fdrake@acm.org> | 2000-09-14 20:42:53 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2000-09-14 20:42:53 +0000 |
| commit | 265d5d8d16f2cfd012f147357105b34b4c110053 (patch) | |
| tree | ba38ecc4757b0c4d878733f1dd1b085cc6c70e21 /Doc/lib/libcode.tex | |
| parent | e37cad79e6666dfe9182210aeca89c53a33b38a3 (diff) | |
| download | cpython-265d5d8d16f2cfd012f147357105b34b4c110053.tar.gz | |
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.tex | 5 |
1 files changed, 3 insertions, 2 deletions
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} |
