From a52e20f5beb6039d391538b19a2b58d0a65bc4ae Mon Sep 17 00:00:00 2001 From: Frederico Schardong Date: Fri, 5 Mar 2021 11:05:32 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec6841..53bf076 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ for index, prime in enumerate(list_of_primes_to_100K): plt.show() #restore the list error_upper_bound to its previus state -for index, prime in enumerate(list_of_primes_to_1M): +for index, prime in enumerate(list_of_primes_to_100K): error_upper_bound[index] = error_upper_bound[index][0] ```