Skip to content

Commit c0ab1fd

Browse files
committed
DOC: line-break in set_timebase_callback() docstring
1 parent 0ce9f34 commit c0ab1fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/jack.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,12 @@ def set_timebase_callback(self, callback=None, conditional=False):
13931393
or the first cycle after `activate()` if the client had been
13941394
inactive. The *callback* must have this signature::
13951395
1396-
callback(state: int, blocksize: int, pos: jack_position_t, new_pos: bool) -> None
1396+
callback(
1397+
state: int,
1398+
blocksize: int,
1399+
pos: jack_position_t,
1400+
new_pos: bool,
1401+
) -> None
13971402
13981403
state
13991404
The current transport state. See `transport_state`.

0 commit comments

Comments
 (0)