diff --git a/mutagen/wave.py b/mutagen/wave.py index 84284aed..50b05eb9 100644 --- a/mutagen/wave.py +++ b/mutagen/wave.py @@ -42,7 +42,7 @@ def is_valid_chunk_id(id_): def check_id(id_): if not is_valid_chunk_id(id_): - raise KeyError("RIFF/WAVE-chunk-Id must be four ASCII characters.") + raise KeyError("RIFF/WAVE-chunk-Id must be four ASCII characters.") class WaveChunk(object):