Skip to content

Commit 5337811

Browse files
spacing
1 parent 1a2ff30 commit 5337811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/09-make_corpus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ raw = file.read()
3535
This file is in bytes, so we need to decode it into a string. In the next cell, type:
3636

3737
```python
38-
don=raw.decode()
38+
don = raw.decode()
3939
```
4040

4141
Now let's check on what kind of object we have in the "don" variable. Type:

0 commit comments

Comments
 (0)