Skip to content

Commit 5205abf

Browse files
committed
Correct exception argument type in docstring
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 1c3eb86 commit 5205abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/jack.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ def __init__(self, msg, status):
109109
110110
Parameters
111111
----------
112-
status : int
113-
A `Status` instance representing the status information received
114-
by the `jack_client_open` JACK library call. This will be
112+
status : :class:`Status`
113+
A :class:`Status` instance representing the status information
114+
received by the `jack_client_open` JACK library call. This will be
115115
accessible via the `status` attribute of the exception instance.
116116
117117
"""

0 commit comments

Comments
 (0)