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

fixing typo in readme

This commit is contained in:
Michael Harms
2020-03-06 14:33:31 +01:00
parent 77de9cff1c
commit 1334e3a7be

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: