From a0c5ea035a061c6223a562025adf4b617cf99202 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Wed, 8 Jan 2020 00:46:23 +0900 Subject: [PATCH] Fix comment --- pytchat/processors/speed_calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytchat/processors/speed_calculator.py b/pytchat/processors/speed_calculator.py index fb01d24..504762a 100644 --- a/pytchat/processors/speed_calculator.py +++ b/pytchat/processors/speed_calculator.py @@ -1,5 +1,5 @@ """ -speedmeter.py +speed_calculator.py チャットの勢いを算出するChatProcessor Calculate speed of chat. """