From: Ezio Melotti Date: Fri, 19 Oct 2012 17:40:18 +0000 (+0300) Subject: Remove wrong escape in code snippet. X-Git-Tag: v3.3.1rc1~771 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b69fbd4c92bebebf4a7fe9083c490972de97b29;p=thirdparty%2FPython%2Fcpython.git Remove wrong escape in code snippet. --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 5f01b77a885a..ae252155baa1 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -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.