Skip to content

Commit da56a64

Browse files
authored
Apply suggestion from @vstinner
1 parent 46b668d commit da56a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_wave.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def test_open_invalid_mode(self):
493493

494494

495495
class WaveReadErrorTest(unittest.TestCase):
496-
"""Cover error and edge paths of Wave_read, _Chunk and wave.open()."""
496+
"""Cover error and edge paths of Wave_read, and wave.open()."""
497497

498498
FMT_PCM = struct.pack('<HHLLHH', wave.WAVE_FORMAT_PCM, 1, 11025, 11025, 1, 8)
499499

0 commit comments

Comments
 (0)