Skip to content

Commit fec88f2

Browse files
committed
DOC: fix _check() docstring
1 parent b6eb5da commit fec88f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@ def _split(value):
28032803

28042804

28052805
def _check(err, msg=''):
2806-
"""Raise error for non-zero error codes."""
2806+
"""Raise PortAudioError for below-zero error codes."""
28072807
if err >= 0:
28082808
return err
28092809

0 commit comments

Comments
 (0)