diff --git a/Basic Math/Average_Mean.md b/Basic Math/Average_Mean.md index a2fadb51..501a383e 100644 --- a/Basic Math/Average_Mean.md +++ b/Basic Math/Average_Mean.md @@ -59,7 +59,7 @@ Return the value of 22.857142 or `23`. ## Implementation -- [Python](https://github.com/TheAlgorithms/Python/blob/master/maths/average.py) +- [Python](https://github.com/TheAlgorithms/Python/blob/master/maths/average_mean.py) ## Video URL