aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen')
-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"]: