]> granicus.if.org Git - python/commitdiff
Remove wrong escape in code snippet.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 19 Oct 2012 17:40:18 +0000 (20:40 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 19 Oct 2012 17:40:18 +0000 (20:40 +0300)
Doc/using/windows.rst

index 5f01b77a885aaff93b4079b8391d48cbdccccb38..ae252155baa11d5e9ffabb39f92f4b6b05dac1c9 100644 (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.