Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed Nov 10, 2019
1 parent 23495c5 commit d0b277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ In order to filter out stopwords in non-English languages or use custom stopword
import stylecloud
my_long_list = ["thereof", "may", "state", "united states"]

stylecloud.gen_stylecloud(file_path=constitution.txt,
stylecloud.gen_stylecloud(file_path='constitution.txt',
custom_stopwords=my_long_list)
```

Expand Down

0 comments on commit d0b277b

Please sign in to comment.