PSSH: Fix mistake in the doc-string of get_as_box()

This commit is contained in:
rlaphoenix 2022-07-30 02:56:22 +01:00
parent 0bfbbdccc3
commit 71a43a069d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class PSSH:
ValueError: If the data is empty, or an unexpected type. ValueError: If the data is empty, or an unexpected type.
binascii.Error: If the data could not be decoded as Base64 if provided binascii.Error: If the data could not be decoded as Base64 if provided
as a string. 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. nor a Widevine Cenc Header while strict=True.
""" """
if not data: if not data: