Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df2660e

Browse files
committed
Issue #25494: Remove extra quote from docstring.
Patch by John Mark Vandenberg.
1 parent 4c973e9 commit df2660e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def median_high(data):
360360

361361

362362
def median_grouped(data, interval=1):
363-
""""Return the 50th percentile (median) of grouped continuous data.
363+
"""Return the 50th percentile (median) of grouped continuous data.
364364
365365
>>> median_grouped([1, 2, 2, 3, 4, 4, 4, 4, 4, 5])
366366
3.7

0 commit comments

Comments
 (0)