From 1284d3e6c7d113d353565a70f53439b732eaf6eb Mon Sep 17 00:00:00 2001 From: Anubhav <57266248+Anubhav1603@users.noreply.github.com> Date: Thu, 17 Sep 2020 16:23:06 +0530 Subject: Corrected grammer Co-authored-by: Thomas Petersson <61778143+thomaspet@users.noreply.github.com> --- bot/exts/evergreen/wikipedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/exts/evergreen/wikipedia.py b/bot/exts/evergreen/wikipedia.py index 83feee88..85121907 100644 --- a/bot/exts/evergreen/wikipedia.py +++ b/bot/exts/evergreen/wikipedia.py @@ -31,7 +31,7 @@ class WikipediaCog(commands.Cog): if not search_results: return None - # we dont like "may refere to" pages. + # Ignore pages with "may refer to" for search_result in search_results: log.info("trying to append titles") if "may refer to" in search_result["snippet"]: -- cgit v1.2.3