Markup nit: use \envvar to mark environment variables.
This commit is contained in:
parent
e0197bfaeb
commit
9ad526fac3
|
@ -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.
|
||||
|
||||
%======================================================================
|
||||
|
|
Loading…
Reference in New Issue