diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 76256aa86c9..5928c5fb983 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -107,7 +107,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()