Thanks to visit codestin.com Credit goes to github.com
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 59eab5c commit e8903c6Copy full SHA for e8903c6
code/markov.py
@@ -42,7 +42,7 @@ def skip_gutenberg_header(fp):
42
fp: open file object
43
"""
44
for line in fp:
45
- if line.startswith('*END*THE SMALL PRINT!'):
+ if line.startswith('*** START OF TH'):
46
break
47
48
0 commit comments