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 a11b84d commit e052d81Copy full SHA for e052d81
bench/test_wordcount.py
@@ -2,7 +2,7 @@
2
import os
3
4
if not os.path.exists('bench/shakespeare.txt'):
5
- os.system('wget http://www.gutenberg.org/ebooks/100.txt.utf-8'
+ os.system('wget http://www.gutenberg.org/files/100/100-0.txt'
6
' -O bench/shakespeare.txt')
7
8
0 commit comments