We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54350c commit a52e20fCopy full SHA for a52e20f
README.md
@@ -253,7 +253,7 @@ for index, prime in enumerate(list_of_primes_to_100K):
253
plt.show()
254
255
#restore the list error_upper_bound to its previus state
256
-for index, prime in enumerate(list_of_primes_to_1M):
+for index, prime in enumerate(list_of_primes_to_100K):
257
error_upper_bound[index] = error_upper_bound[index][0]
258
```
259
0 commit comments