Skip to content

Commit 874ad1b

Browse files
tirkarthirhettinger
authored andcommitted
Fix typo: quaatile to quantile (GH=13001)
1 parent 43fc3bb commit 874ad1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ def f(x):
21922192
def test_specific_cases_inclusive(self):
21932193
# Match results computed by hand and cross-checked
21942194
# against the PERCENTILE.INC function in MS Excel
2195-
# and against the quaatile() function in SciPy.
2195+
# and against the quantile() function in SciPy.
21962196
quantiles = statistics.quantiles
21972197
data = [100, 200, 400, 800]
21982198
random.shuffle(data)

0 commit comments

Comments
 (0)