Skip to content

Commit e052d81

Browse files
eigenhombremrocklin
authored andcommitted
Use correct URL to fix encoding issue in benchmark test. (#395)
Fixes #394 (I think).
1 parent a11b84d commit e052d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/test_wordcount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44
if not os.path.exists('bench/shakespeare.txt'):
5-
os.system('wget http://www.gutenberg.org/ebooks/100.txt.utf-8'
5+
os.system('wget http://www.gutenberg.org/files/100/100-0.txt'
66
' -O bench/shakespeare.txt')
77

88

0 commit comments

Comments
 (0)