From 71f894ad563544fe81105d69e8a2a09256b44bb5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 23 Feb 1998 14:37:40 +0000 Subject: [PATCH] "streans" --> "streams" (AMK) --- Doc/lib/librexec.tex | 2 +- Doc/librexec.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/librexec.tex b/Doc/lib/librexec.tex index 4ea3f3cbb4f..972c58201c2 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 4ea3f3cbb4f..972c58201c2 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}