diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-28 18:19:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-28 18:19:16 (GMT) |
commit | c024c99faf60eb866ee2e4a2b7f52751e013e01a (patch) | |
tree | 64989259a2e6c778193d884fc8b66eea05abad1d /Doc/lib/libposix.tex | |
parent | c1cea208bc50d3eea77388ebd3cbd5545b518886 (diff) | |
download | cpython-c024c99faf60eb866ee2e4a2b7f52751e013e01a.zip cpython-c024c99faf60eb866ee2e4a2b7f52751e013e01a.tar.gz cpython-c024c99faf60eb866ee2e4a2b7f52751e013e01a.tar.bz2 |
Fix typo reported by Gerry Weiner <gerry@ucar.edu>.
Diffstat (limited to 'Doc/lib/libposix.tex')
-rw-r--r-- | Doc/lib/libposix.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index e5108db..acae9af 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -53,8 +53,7 @@ export statements to the command string for \function{system()} or \emph{However:} If you are using this module via the \module{os} module (as you should -- see the introduction above), \code{environ} is a a mapping object that behaves almost like a dictionary but -invokes \function{putenv()} automatically called whenever an item is -changed. +invokes \function{putenv()} automatically whenever an item is changed. \end{datadesc} \begin{excdesc}{error} |