From 81dee8a218f82505e82eac91a6d19782fe349d18 Mon Sep 17 00:00:00 2001 From: taizan-hokouto <55448286+taizan-hokuto@users.noreply.github.com> Date: Tue, 3 Nov 2020 16:51:30 +0900 Subject: [PATCH] Fix comments --- pytchat/core/pytchat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytchat/core/pytchat.py b/pytchat/core/pytchat.py index d18caf4..f3a8172 100644 --- a/pytchat/core/pytchat.py +++ b/pytchat/core/pytchat.py @@ -43,7 +43,7 @@ class PytchatCore: If True, get only top chat. hold_exception : bool [default:True] - If True, when exceptions occur, the exception is holded internally, + If True, when exceptions occur, the exception is held internally, and can be raised by raise_for_status(). Attributes