summaryrefslogtreecommitdiffstats
path: root/Doc/library/platform.rst
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)
commitb351bcca23becfa9097a35d931bc554c329b2615 (patch)
treef9752769553803d4a0aea436a59b5a7c0a94b97c /Doc/library/platform.rst
parentcd6756d2ae271477c4af4838fa93d4c7e651e939 (diff)
downloadcpython-b351bcca23becfa9097a35d931bc554c329b2615.zip
cpython-b351bcca23becfa9097a35d931bc554c329b2615.tar.gz
cpython-b351bcca23becfa9097a35d931bc554c329b2615.tar.bz2
#11985: document the return value of platform.python_implementation for PyPy.
Diffstat (limited to 'Doc/library/platform.rst')
-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 a71d533..36275ed 100644
--- a/Doc/library/platform.rst
+++ b/Doc/library/platform.rst
@@ -104,7 +104,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()