diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-24 21:10:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-24 21:10:52 (GMT) |
commit | 0559d95fd665696188d5ef00ccb28453af5ff509 (patch) | |
tree | e63bb7bc7241b942c3ec225ed4b8a19fa0c90c45 /Doc/lib/libposix.tex | |
parent | 491921467c2e9cf50e9c7a80ab3e3f5ff0243da6 (diff) | |
download | cpython-0559d95fd665696188d5ef00ccb28453af5ff509.zip cpython-0559d95fd665696188d5ef00ccb28453af5ff509.tar.gz cpython-0559d95fd665696188d5ef00ccb28453af5ff509.tar.bz2 |
Minor revision of the text.
Diffstat (limited to 'Doc/lib/libposix.tex')
-rw-r--r-- | Doc/lib/libposix.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 5da3783..593d7ca 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -88,8 +88,8 @@ export statements to the command string for \function{system()} or \note{The \refmodule{os} module provides an alternate implementation of \code{environ} which updates the environment on modification. Note also that updating \code{os.environ} will render -this dictionary obsolete. Use of the \refmodule{os} for this is -recommended over direct access to the \module{posix} module.} +this dictionary obsolete. Use of the \refmodule{os} module version of +this is recommended over direct access to the \module{posix} module.} \end{datadesc} Additional contents of this module should only be accessed via the |