diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-03 17:44:26 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-03 17:44:26 (GMT) |
commit | 4e787aeed6079bc3ddda13be8b18a4e8992cd561 (patch) | |
tree | b962c6c842091c70fe61bd869d56f5f716bd09f9 /Doc/library/platform.rst | |
parent | 6f26be09e0f88edc7b2cdb4d6695c79dd6105a28 (diff) | |
parent | 5098d44354d612445aa2dd97a304ed0c0660f236 (diff) | |
download | cpython-4e787aeed6079bc3ddda13be8b18a4e8992cd561.zip cpython-4e787aeed6079bc3ddda13be8b18a4e8992cd561.tar.gz cpython-4e787aeed6079bc3ddda13be8b18a4e8992cd561.tar.bz2 |
#11985: merge with 3.2.
Diffstat (limited to 'Doc/library/platform.rst')
-rw-r--r-- | Doc/library/platform.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 76256aa..5928c5f 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -107,7 +107,7 @@ Cross Platform .. function:: python_implementation() Returns a string identifying the Python implementation. Possible return values - are: 'CPython', 'IronPython', 'Jython'. + are: 'CPython', 'IronPython', 'Jython', 'PyPy'. .. function:: python_revision() |