We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74045b6 commit 3b562a8Copy full SHA for 3b562a8
maths/series/arithmetic_mean.py
@@ -21,7 +21,7 @@ def is_arithmetic_series(series: list) -> bool:
21
22
def arithmetic_mean(series: list) -> float:
23
"""
24
- return the geometric mean of series
+ return the arithmetic mean of series
25
26
>>> arithmetic_mean([2, 4, 6])
27
4.0
0 commit comments