Kaydet (Commit) df2660e4 authored tarafından Zachary Ware's avatar Zachary Ware

Issue #25494: Remove extra quote from docstring.

Patch by John Mark Vandenberg.
üst 4c973e9a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment