summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-03 17:41:48 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-03 17:41:48 (GMT)
commit001cc954bbe229f504cc69bc65615f74982659d5 (patch)
treecc152a404574d0d228e52a0dc66284ad95840810 /Doc
parente4163e2c8d1882b7318cbaf1d5ba78c0c7070734 (diff)
downloadcpython-001cc954bbe229f504cc69bc65615f74982659d5.zip
cpython-001cc954bbe229f504cc69bc65615f74982659d5.tar.gz
cpython-001cc954bbe229f504cc69bc65615f74982659d5.tar.bz2
#11985: document the return value of platform.python_implementation for PyPy.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/platform.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst
index 7802422..c2b85e6 100644
--- a/Doc/library/platform.rst
+++ b/Doc/library/platform.rst
@@ -108,7 +108,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'.
.. versionadded:: 2.6