Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericoschardong authored Mar 5, 2021
1 parent c54350c commit a52e20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

Expand Down

0 comments on commit a52e20f

Please sign in to comment.