Issue #25494: Remove extra quote from docstring.

Patch by John Mark Vandenberg.
This commit is contained in:
Zachary Ware 2015-10-27 22:00:41 -05:00
parent 4c973e9a4b
commit df2660e430
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ def median_high(data):
def median_grouped(data, interval=1):
""""Return the 50th percentile (median) of grouped continuous data.
"""Return the 50th percentile (median) of grouped continuous data.
>>> median_grouped([1, 2, 2, 3, 4, 4, 4, 4, 4, 5])
3.7