diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-23 14:37:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-23 14:37:40 (GMT) |
commit | 71f894ad563544fe81105d69e8a2a09256b44bb5 (patch) | |
tree | 53ddba172549fc8c4e5c7accfba1f1d5c2fd3692 /Doc | |
parent | eb72a275b46926def9eb43d95b2a2ccc578eb545 (diff) | |
download | cpython-71f894ad563544fe81105d69e8a2a09256b44bb5.zip cpython-71f894ad563544fe81105d69e8a2a09256b44bb5.tar.gz cpython-71f894ad563544fe81105d69e8a2a09256b44bb5.tar.bz2 |
"streans" --> "streams" (AMK)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/librexec.tex | 2 | ||||
-rw-r--r-- | Doc/librexec.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/librexec.tex b/Doc/lib/librexec.tex index 4ea3f3c..972c582 100644 --- a/Doc/lib/librexec.tex +++ b/Doc/lib/librexec.tex @@ -123,7 +123,7 @@ restricted environment's \code{__main__} module. Methods whose names begin with \code{s_} are similar to the functions beginning with \code{r_}, but the code will be granted access to -restricted versions of the standard I/O streans \code{sys.stdin}, +restricted versions of the standard I/O streams \code{sys.stdin}, \code{sys.stderr}, and \code{sys.stdout}. \begin{funcdesc}{s_eval}{code} diff --git a/Doc/librexec.tex b/Doc/librexec.tex index 4ea3f3c..972c582 100644 --- a/Doc/librexec.tex +++ b/Doc/librexec.tex @@ -123,7 +123,7 @@ restricted environment's \code{__main__} module. Methods whose names begin with \code{s_} are similar to the functions beginning with \code{r_}, but the code will be granted access to -restricted versions of the standard I/O streans \code{sys.stdin}, +restricted versions of the standard I/O streams \code{sys.stdin}, \code{sys.stderr}, and \code{sys.stdout}. \begin{funcdesc}{s_eval}{code} |