From b351bcca23becfa9097a35d931bc554c329b2615 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 3 May 2011 20:41:48 +0300 Subject: #11985: document the return value of platform.python_implementation for PyPy. --- Doc/library/platform.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index a71d533..36275ed 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() -- cgit v0.12