Kaydet (Commit) 874ad1b3 authored tarafından Xtreak's avatar Xtreak Kaydeden (comit) Raymond Hettinger

Fix typo: quaatile to quantile (GH=13001)

üst 43fc3bb7
...@@ -2192,7 +2192,7 @@ class TestQuantiles(unittest.TestCase): ...@@ -2192,7 +2192,7 @@ class TestQuantiles(unittest.TestCase):
def test_specific_cases_inclusive(self): def test_specific_cases_inclusive(self):
# Match results computed by hand and cross-checked # Match results computed by hand and cross-checked
# against the PERCENTILE.INC function in MS Excel # against the PERCENTILE.INC function in MS Excel
# and against the quaatile() function in SciPy. # and against the quantile() function in SciPy.
quantiles = statistics.quantiles quantiles = statistics.quantiles
data = [100, 200, 400, 800] data = [100, 200, 400, 800]
random.shuffle(data) random.shuffle(data)
......
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