mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Indicate that os.environ may not be a real dictionary.
This commit is contained in:
parent
d1f2d7eede
commit
04101960e6
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ below.
|
|||
Module \module{posix} defines the following data items:
|
||||
|
||||
\begin{datadesc}{environ}
|
||||
A dictionary representing the string environment at the time
|
||||
the interpreter was started.
|
||||
A dictionary or dictionary look-alike representing the string
|
||||
environment at the time the interpreter was started.
|
||||
For example,
|
||||
\code{posix.environ['HOME']}
|
||||
is the pathname of your home directory, equivalent to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue