]> granicus.if.org Git - python/commitdiff
Minor nits, partly in response to comments from Jonathan Black
authorFred Drake <fdrake@acm.org>
Thu, 29 Apr 1999 12:57:32 +0000 (12:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Apr 1999 12:57:32 +0000 (12:57 +0000)
<jblack@Ridgeway-Sys.com>.

Doc/lib/libos.tex

index f831ac8901e34d70600bba4e0aace19d3e4d8085..65d8131adf7890837b2b175915efd08d22ade794 100644 (file)
@@ -79,9 +79,9 @@ Availability: Macintosh, \UNIX{}, Windows.
 \end{funcdesc}
 
 \begin{datadesc}{environ}
-A mapping representing the string environment. For example,
-\code{environ['HOME']} is the pathname of your home directory,
-equivalent to \code{getenv("HOME")} in C.
+A mapping object representing the string environment. For example,
+\code{environ['HOME']} is the pathname of your home directory (on some
+platforms), and is equivalent to \code{getenv("HOME")} in C.
 
 If the platform supports the \function{putenv()} function, this
 mapping may be used to modify the environment as well as query the