]> granicus.if.org Git - python/commitdiff
Fix typo reported by Gerry Weiner <gerry@ucar.edu>.
authorFred Drake <fdrake@acm.org>
Wed, 28 Oct 1998 18:19:16 +0000 (18:19 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Oct 1998 18:19:16 +0000 (18:19 +0000)
Doc/lib/libposix.tex

index e5108dbaea939e82580a2da7399fa69aeb39d6e3..acae9af8caecfd3a006902bf2cbfab9420ab485c 100644 (file)
@@ -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}