diff options
author | 2020-09-08 21:05:32 +0530 | |
---|---|---|
committer | 2020-09-08 21:05:32 +0530 | |
commit | 0f2570e2f4826416a65ff3293f27587a840ed009 (patch) | |
tree | 860f038cf72f5cc5f74be9a1beef77c7a4dfdb9f /bot | |
parent | corrected typo (diff) |
corrected typo
Diffstat (limited to 'bot')
-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 dd06204d..e6c1bf5b 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 appening titles_no_underscore") + log.info("Finished appending titles_no_underscore") async with ctx.typing(): for index, title in enumerate(titles, start=1): |