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:
|
Module \module{posix} defines the following data items:
|
||||||
|
|
||||||
\begin{datadesc}{environ}
|
\begin{datadesc}{environ}
|
||||||
A dictionary representing the string environment at the time
|
A dictionary or dictionary look-alike representing the string
|
||||||
the interpreter was started.
|
environment at the time the interpreter was started.
|
||||||
For example,
|
For example,
|
||||||
\code{posix.environ['HOME']}
|
\code{posix.environ['HOME']}
|
||||||
is the pathname of your home directory, equivalent to
|
is the pathname of your home directory, equivalent to
|
||||||
|
|
Loading…
Reference in New Issue