Indicate that os.environ may not be a real dictionary.
This commit is contained in:
parent
d1f2d7eede
commit
04101960e6
|
@ -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…
Reference in New Issue