diff options
author | 2020-09-08 21:07:20 +0530 | |
---|---|---|
committer | 2020-09-08 21:07:20 +0530 | |
commit | 48a19c1ba6318a8e7aac97d721cedc6392e9a9c6 (patch) | |
tree | 4fe072ae8286a21de2f98764c041bfa88ef317b1 /bot/exts/evergreen/wikipedia.py | |
parent | corrected typo (diff) |
corrected typo
Diffstat (limited to 'bot/exts/evergreen/wikipedia.py')
-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 e6c1bf5b..6ddcdbe9 100644 --- a/bot/exts/evergreen/wikipedia.py +++ b/bot/exts/evergreen/wikipedia.py @@ -60,7 +60,7 @@ class WikipediaCog(commands.Cog): for title in titles: title_for_creating_link = title.replace(" ", "_") # wikipedia uses "_" as spaces titles_no_underscore.append(title_for_creating_link) - log.info("Finished appending titles_no_underscore") + log.info("Finished appending titles to titles_no_underscore list") async with ctx.typing(): for index, title in enumerate(titles, start=1): |