From 48a19c1ba6318a8e7aac97d721cedc6392e9a9c6 Mon Sep 17 00:00:00 2001 From: Anubhav1603 Date: Tue, 8 Sep 2020 21:07:20 +0530 Subject: corrected typo --- bot/exts/evergreen/wikipedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3