From f6c4cf28da27a5bbbff2cac828d8f0591e201a8b Mon Sep 17 00:00:00 2001 From: Eloy Gil Date: Sun, 27 Oct 2019 03:39:19 +0000 Subject: [PATCH] typo fix proposal typoberfest 2019 --- buzzworderBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buzzworderBot.py b/buzzworderBot.py index 11dfcd0..05fd798 100644 --- a/buzzworderBot.py +++ b/buzzworderBot.py @@ -39,7 +39,7 @@ def buzzwordyphrase(): finished = True old = ret for k, v in sources.items(): - # Try not to repeat words by maintainig a blacklist + # Try not to repeat words by maintaining a blacklist choices = [i for i in v['items'] if i not in v['blacklist']] if not choices: choices = v['items']