Remove wrong escape in code snippet.

This commit is contained in:
Ezio Melotti 2012-10-19 20:40:18 +03:00
parent 55062e387e
commit 5b69fbd4c9
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ Examples:
In addition to environment variables, the same settings can be configured
in the .INI file used by the launcher. The section in the INI file is
called ``[defaults]`` and the key name will be the same as the
environment variables without the leading ``PY\_`` prefix (and note that
environment variables without the leading ``PY_`` prefix (and note that
the key names in the INI file are case insensitive.) The contents of
an environment variable will override things specified in the INI file.