mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
#11985: document the return value of platform.python_implementation for PyPy.
This commit is contained in:
parent
cd6756d2ae
commit
b351bcca23
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue