[Python-checkins] peps: PEP 427: fix header (spotted by W. Trevor King)

nick.coghlan python-checkins at python.org
Mon Feb 18 13:41:57 CET 2013


http://hg.python.org/peps/rev/128e2579314d
changeset:   4753:128e2579314d
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Feb 18 22:41:37 2013 +1000
summary:
  PEP 427: fix header (spotted by W. Trevor King)

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


diff --git a/pep-0427.txt b/pep-0427.txt
--- a/pep-0427.txt
+++ b/pep-0427.txt
@@ -54,7 +54,7 @@
 Details
 =======
 
-Installing a wheel 'distribution-1.0.py32.none.any.whl'
+Installing a wheel 'distribution-1.0-py32-none-any.whl'
 -------------------------------------------------------
 
 Wheel installation notionally consists of two phases:

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


More information about the Python-checkins mailing list