[Python-checkins] peps: Markup fix

nick.coghlan python-checkins at python.org
Sun Jul 14 15:29:47 CEST 2013


http://hg.python.org/peps/rev/62f9d56b645a
changeset:   4996:62f9d56b645a
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Jul 14 23:29:39 2013 +1000
summary:
  Markup fix

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


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -67,7 +67,7 @@
      the wheel metadata file from Key:Value to JSON)
    * an updated installation database PEP both for pydist.json (and possibly convert
      the wheel metadata file from Key:Value to JSON)
-   * an alternative to *.pth files that avoids system global side effects
+   * an alternative to \*.pth files that avoids system global side effects
      and better supports runtime selection of dependencies
    * a new static config PEP to standardise metadata generation and
      creation of sdists

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


More information about the Python-checkins mailing list