]> granicus.if.org Git - python/commitdiff
Issue #25494: Remove extra quote from docstring.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 28 Oct 2015 03:00:41 +0000 (22:00 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 28 Oct 2015 03:00:41 +0000 (22:00 -0500)
Patch by John Mark Vandenberg.

Lib/statistics.py

index 25a26d4aa713bfe8551667d4dc86a57aff2b66ea..a56f91f27fb1f47d7f5ca667e1d1a445c8c9a6af 100644 (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