1
0
mirror of https://github.com/michaelharms/comcrawl.git synced 2021-09-27 00:43:48 +03:00

Merge pull request #26 from michaelharms/fix/typo

fixing typo in readme
This commit is contained in:
michaelharms
2020-03-06 14:42:28 +01:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ client.search("reddit.com/r/MachineLearning/*", threads=4)
client.download(threads=4)
```
### Removing duplicats & Saving
### Removing duplicates & Saving
You can easily combine this package with the [pandas](https://github.com/pandas-dev/pandas) library, to filter out duplicate results and persist them to disk: