From 71a43a069db22445fc50d4c67f2e5f4f01976eeb Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 30 Jul 2022 02:56:22 +0100 Subject: [PATCH] PSSH: Fix mistake in the doc-string of get_as_box() --- pywidevine/pssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywidevine/pssh.py b/pywidevine/pssh.py index fa261ab..04bcfa7 100644 --- a/pywidevine/pssh.py +++ b/pywidevine/pssh.py @@ -94,7 +94,7 @@ class PSSH: ValueError: If the data is empty, or an unexpected type. binascii.Error: If the data could not be decoded as Base64 if provided as a string. - construct.ConstructError: If the data could not be parsed as a PSSH mp4 box + DecodeError: If the data could not be parsed as a PSSH mp4 box nor a Widevine Cenc Header while strict=True. """ if not data: