Skip to content

Commit

Permalink
fix: Grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Jun 16, 2024
1 parent 9e4b981 commit f82feb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sox/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def _validate_output_format(self, output_format):
raise ValueError('channels must be a positive number')

if not isinstance(bitrate, float) and bitrate is not None:
raise ValueError('bitrate must be an float or None')
raise ValueError('bitrate must be a positive float or None')

if encoding not in ENCODING_VALS + [None]:
raise ValueError(
Expand Down

0 comments on commit f82feb1

Please sign in to comment.