Skip to content

Commit 3e0bdcb

Browse files
authored
Merge pull request #43 from carpentries-incubator/uploading-files
files needed for episode 1
2 parents b938b2c + 13cd14b commit 3e0bdcb

File tree

5 files changed

+22560
-1
lines changed

5 files changed

+22560
-1
lines changed

episodes/01-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ For simplicity, in the rest of the course we will use the terms "word" and "toke
126126
Let's open a file, read it into a string and split it by spaces. We will print the original text and the list of "words" to see how they look:
127127

128128
``` python
129-
with open("text1_clean.txt") as f:
129+
with open("frankenstein_clean.txt") as f:
130130
text = f.read()
131131

132132
print(text[:100])

0 commit comments

Comments
 (0)