From 73c63124483014242ddf4c7556759c4159fde662 Mon Sep 17 00:00:00 2001 From: Florian Strzelecki Date: Wed, 20 Nov 2019 22:47:07 +0100 Subject: [PATCH] update post-review --- sopel/bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sopel/bot.py b/sopel/bot.py index 021e27ba41..4bb365c582 100644 --- a/sopel/bot.py +++ b/sopel/bot.py @@ -717,12 +717,12 @@ def _update_running_triggers(self, running_triggers): :param list running_triggers: new started threads We want to keep track of running triggers, mostly for testing and - debugging purpose. For instance, it'll help make sure, in test, that + debugging purposes. For instance, it'll help make sure, in tests, that a bot's plugin finished processing of a trigger, by manually joining all running threads. - This is kept private, as this is pure internal machinery and isn't made - to be manipulated by an outside code. + This is kept private, as this is pure internal machinery and isn't + meant to be manipulated by an outside code. """ # update bot's global running triggers with self._running_triggers_lock: