fixing docstring

This commit is contained in:
Jamie Hardt
2023-11-08 21:33:09 -08:00
parent 6107342e98
commit 51ca03816a

View File

@@ -14,8 +14,6 @@ from .wave_dbmd_reader import WavDolbyMetadataReader
from .wave_cues_reader import WavCuesReader from .wave_cues_reader import WavCuesReader
#: Calculated statistics about the audio data. #: Calculated statistics about the audio data.
class WavDataDescriptor(NamedTuple): class WavDataDescriptor(NamedTuple):
byte_count: int byte_count: int
frame_count: int frame_count: int