Markup nit: use \envvar to mark environment variables.

This commit is contained in:
Fred Drake 2001-04-12 04:11:21 +00:00
parent e0197bfaeb
commit 9ad526fac3
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ case-sensitivity on case-insensitive platforms. Python will now
search for the first case-sensitive match by default, raising an
\exception{ImportError} if no such file is found, so \code{import file}
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.
%======================================================================