[Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25494: Merge with 3.4

zach.ware python-checkins at python.org
Tue Oct 27 23:06:03 EDT 2015


https://hg.python.org/cpython/rev/2dd97ad96021
changeset:   98870:2dd97ad96021
branch:      3.5
parent:      98867:eeb70cdbbb99
parent:      98869:041701817c5d
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Oct 27 22:01:02 2015 -0500
summary:
  Issue #25494: Merge with 3.4

files:
  Lib/statistics.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/statistics.py b/Lib/statistics.py
--- a/Lib/statistics.py
+++ b/Lib/statistics.py
@@ -360,7 +360,7 @@
 
 
 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list