From d035d88791e8fea3e6d9e7faa66fe9da5b08b6a7 Mon Sep 17 00:00:00 2001 From: psirus0588 Date: Thu, 21 Nov 2019 16:09:10 +0300 Subject: [PATCH] Fix broken link to average_mean.py a Rename average.py to average_mean.py in commit: #939 --- Basic Math/Average_Mean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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