From 08471cc6d58a235d5a97581429a527f1f6d1a15e Mon Sep 17 00:00:00 2001 From: Giovanni Funchal Date: Thu, 31 Aug 2017 19:55:34 +0100 Subject: [PATCH] Fix typo disperancy->discrepancy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7384def..79eb8c6 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ So, here ya go... - [Explanation](#explanation-1) - [Time for some hash brownies!](#time-for-some-hash-brownies) - [Explanation](#explanation-2) - - [Evaluation time disperancy](#evaluation-time-disperancy) + - [Evaluation time discrepancy](#evaluation-time-discrepancy) - [💡 Explanation](#-explanation) - [Modifying a dictionary while iterating over it](#modifying-a-dictionary-while-iterating-over-it) - [Explanation:](#explanation) @@ -240,7 +240,7 @@ some_dict[5] = "Python" --- -### Evaluation time disperancy +### Evaluation time discrepancy ```py array = [1, 8, 15]