Skip to content

Commit a52e20f

Browse files
Update README.md
1 parent c54350c commit a52e20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ for index, prime in enumerate(list_of_primes_to_100K):
253253
plt.show()
254254

255255
#restore the list error_upper_bound to its previus state
256-
for index, prime in enumerate(list_of_primes_to_1M):
256+
for index, prime in enumerate(list_of_primes_to_100K):
257257
error_upper_bound[index] = error_upper_bound[index][0]
258258
```
259259

0 commit comments

Comments
 (0)