mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Minor nits, partly in response to comments from Jonathan Black
<jblack@Ridgeway-Sys.com>.
This commit is contained in:
parent
b08f51b93a
commit
0e1de8bd6b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue