Skip to content

Commit 3b562a8

Browse files
arithmetic_mean
1 parent 74045b6 commit 3b562a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/series/arithmetic_mean.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def is_arithmetic_series(series: list) -> bool:
2121

2222
def arithmetic_mean(series: list) -> float:
2323
"""
24-
return the geometric mean of series
24+
return the arithmetic mean of series
2525
2626
>>> arithmetic_mean([2, 4, 6])
2727
4.0

0 commit comments

Comments
 (0)