[docs] platform.python_implementation() miswording

Corey Richardson corey at octayn.net
Sun May 27 00:35:34 CEST 2012


(http://docs.python.org/library/platform.html#platform.python_implementation)

>    Returns a string identifying the Python implementation. Possible
>    return values are: ‘CPython’, ‘IronPython’, ‘Jython’, ‘PyPy’.

Should read:

Returns a string identifying the Python implementation. Some potential
return values are: ‘Python’, ‘IronPython’, ‘Jython’, 'PyPy’.

-- 
Corey Richardson


More information about the docs mailing list