Commit 9ad526fa authored by Fred Drake's avatar Fred Drake

Markup nit: use \envvar to mark environment variables.

parent e0197bfa
...@@ -511,7 +511,7 @@ case-sensitivity on case-insensitive platforms. Python will now ...@@ -511,7 +511,7 @@ case-sensitivity on case-insensitive platforms. Python will now
search for the first case-sensitive match by default, raising an search for the first case-sensitive match by default, raising an
\exception{ImportError} if no such file is found, so \code{import file} \exception{ImportError} if no such file is found, so \code{import file}
will not import a module named \samp{FILE.PY}. Case-insensitive will not import a module named \samp{FILE.PY}. Case-insensitive
matching can be requested by setting the PYTHONCASEOK environment matching can be requested by setting the \envvar{PYTHONCASEOK} environment
variable before starting the Python interpreter. variable before starting the Python interpreter.
%====================================================================== %======================================================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment