From 1334e3a7be4544039c628f03499c8fb053c648ec Mon Sep 17 00:00:00 2001 From: Michael Harms Date: Fri, 6 Mar 2020 14:33:31 +0100 Subject: [PATCH] fixing typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d00746..d489f30 100644 --- a/README.md +++ b/README.md @@ -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: