[Python-checkins] peps: recapitalize PyPy

daniel.holth python-checkins at python.org
Sun Sep 23 05:26:14 CEST 2012


http://hg.python.org/peps/rev/ef571dfb0d00
changeset:   4517:ef571dfb0d00
user:        Daniel Holth <dholth at fastmail.fm>
date:        Sat Sep 22 23:26:05 2012 -0400
summary:
  recapitalize PyPy

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


diff --git a/pep-0425.txt b/pep-0425.txt
--- a/pep-0425.txt
+++ b/pep-0425.txt
@@ -82,7 +82,7 @@
 Other Python implementations should use `sys.implementation.name`.
 
 The version is `py_version_nodot`.  CPython gets away with no dot,
-but if one is needed the underscore `_` is used instead.  Pypy should
+but if one is needed the underscore `_` is used instead.  PyPy should
 probably use its own versions here `pp18`, `pp19`.
 
 The version can be just the major version `2` or `3` `py2`, `py3` for

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


More information about the Python-checkins mailing list