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 1a2ff30 commit 5337811Copy full SHA for 5337811
sections/09-make_corpus.md
@@ -35,7 +35,7 @@ raw = file.read()
35
This file is in bytes, so we need to decode it into a string. In the next cell, type:
36
37
```python
38
-don=raw.decode()
+don = raw.decode()
39
```
40
41
Now let's check on what kind of object we have in the "don" variable. Type:
0 commit comments