diff options
| author | 2020-09-17 16:23:06 +0530 | |
|---|---|---|
| committer | 2020-09-17 16:23:06 +0530 | |
| commit | 1284d3e6c7d113d353565a70f53439b732eaf6eb (patch) | |
| tree | c1ddb977c1ec07c5601b8c83e9c8a9350b520328 | |
| parent | Changed len(searched_result)-> searched result (diff) | |
Corrected grammer
Co-authored-by: Thomas Petersson <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/evergreen/wikipedia.py | 2 | 
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"]:  |