[docs] [issue25494] Four quotes used to begin docstring

John Mark Vandenberg report at bugs.python.org
Tue Oct 27 18:02:23 EDT 2015


John Mark Vandenberg added the comment:

The additional quotation mark is shown in help()

>>> help(statistics.median_grouped)
Help on function median_grouped in module statistics:

median_grouped(data, interval=1)
    "Return the 50th percentile (median) of grouped continuous data.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25494>
_______________________________________


More information about the docs mailing list