From 1cc3661d359fcc78371a52def38ee6830da67ece Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Thu, 18 Jun 2020 02:06:27 +0900 Subject: [PATCH] Fix comment --- pytchat/paramgen/liveparam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytchat/paramgen/liveparam.py b/pytchat/paramgen/liveparam.py index 717443f..1a13e4f 100644 --- a/pytchat/paramgen/liveparam.py +++ b/pytchat/paramgen/liveparam.py @@ -23,7 +23,7 @@ def _gen_vid(video_id) -> str: Return --------- - byte[] : base64 encoded video_id parameter. + str : base64 encoded video_id parameter. """ header = Header() header.info.video.id = video_id