commit | b351bcca23becfa9097a35d931bc554c329b2615 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue May 03 20:41:48 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue May 03 20:41:48 2011 +0300 |
tree | f9752769553803d4a0aea436a59b5a7c0a94b97c | |
parent | cd6756d2ae271477c4af4838fa93d4c7e651e939 [diff] [blame] |
#11985: document the return value of platform.python_implementation for PyPy.
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 @@ .. 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()