mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Markup nit: use \envvar to mark environment variables.
This commit is contained in:
parent
e0197bfaeb
commit
9ad526fac3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue