#11985: document the return value of platform.python_implementation for PyPy.
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst
index 7802422..c2b85e6 100644
--- a/Doc/library/platform.rst
+++ b/Doc/library/platform.rst
@@ -108,7 +108,7 @@
 .. function:: python_implementation()
 
    Returns a string identifying the Python implementation. Possible return values
-   are: 'CPython', 'IronPython', 'Jython'.
+   are: 'CPython', 'IronPython', 'Jython', 'PyPy'.
 
    .. versionadded:: 2.6