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

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


https://hg.python.org/cpython/rev/d9bb7a3ed51e
changeset:   98871:d9bb7a3ed51e
parent:      98868:3ca8a56955fc
parent:      98870:2dd97ad96021
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Oct 27 22:05:09 2015 -0500
summary:
  Closes #25494: Merge with 3.5

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