aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar Anubhav <[email protected]>2020-09-17 16:23:06 +0530
committerGravatar GitHub <[email protected]>2020-09-17 16:23:06 +0530
commit1284d3e6c7d113d353565a70f53439b732eaf6eb (patch)
treec1ddb977c1ec07c5601b8c83e9c8a9350b520328 /bot/exts
parentChanged len(searched_result)-> searched result (diff)
Corrected grammer
Co-authored-by: Thomas Petersson <[email protected]>
Diffstat (limited to 'bot/exts')
-rw-r--r--bot/exts/evergreen/wikipedia.py2
1 files changed, 1 insertions, 1 deletions
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"]: