Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from michaelharms/fix/typo
Browse files Browse the repository at this point in the history
fixing typo in readme
  • Loading branch information
michaelharms authored Mar 6, 2020
2 parents 77de9cf + 1334e3a commit f2cfe48
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 @@ -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:

Expand Down

0 comments on commit f2cfe48

Please sign in to comment.