recapitalize PyPy

This commit is contained in:
Daniel Holth 2012-09-22 23:26:05 -04:00
parent b663aacac1
commit 927be72da6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ a distribution. Major implementations have abbreviated codes, initially:
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