[Python-checkins] peps: Remove wrong escape in code snippet.

ezio.melotti python-checkins at python.org
Fri Oct 19 19:49:42 CEST 2012


http://hg.python.org/peps/rev/1c85c1b55616
changeset:   4560:1c85c1b55616
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Oct 19 20:49:15 2012 +0300
summary:
  Remove wrong escape in code snippet.

files:
  pep-0397.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0397.txt b/pep-0397.txt
--- a/pep-0397.txt
+++ b/pep-0397.txt
@@ -295,7 +295,7 @@
     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.
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list