From: Fred Drake Date: Wed, 28 Oct 1998 18:19:16 +0000 (+0000) Subject: Fix typo reported by Gerry Weiner . X-Git-Tag: v1.5.2b1~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c024c99faf60eb866ee2e4a2b7f52751e013e01a;p=thirdparty%2FPython%2Fcpython.git Fix typo reported by Gerry Weiner . --- diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index e5108dbaea93..acae9af8caec 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}