diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-03 20:41:48 +0300 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-03 20:41:48 +0300 |
| commit | b351bcca23becfa9097a35d931bc554c329b2615 (patch) | |
| tree | f9752769553803d4a0aea436a59b5a7c0a94b97c /Doc/library/platform.rst | |
| parent | cd6756d2ae271477c4af4838fa93d4c7e651e939 (diff) | |
| download | cpython-git-b351bcca23becfa9097a35d931bc554c329b2615.tar.gz | |
#11985: document the return value of platform.python_implementation for PyPy.
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 a71d5335a2..36275ed226 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() |
