]> granicus.if.org Git - python/commitdiff
Markup nit: use \envvar to mark environment variables.
authorFred Drake <fdrake@acm.org>
Thu, 12 Apr 2001 04:11:21 +0000 (04:11 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 12 Apr 2001 04:11:21 +0000 (04:11 +0000)
Doc/whatsnew/whatsnew21.tex

index 8ba1e10f90d52005f316d72d507527f4eac05a79..948d43a339a7ebc3b09cd02613ac327b2527eb4b 100644 (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.
 
 %======================================================================