Commit b351bcca authored by Ezio Melotti's avatar Ezio Melotti

#11985: document the return value of platform.python_implementation for PyPy.

parent cd6756d2
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment