Skip to content

Commit 8428999

Browse files
committed
DOC: add missing parentheses
1 parent 8335451 commit 8428999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ def clear_buffer(self):
20182018
"""Clear an event buffer.
20192019
20202020
This should be called at the beginning of each process cycle
2021-
before calling `reserve_midi_event()` or `write_midi_event`.
2021+
before calling `reserve_midi_event()` or `write_midi_event()`.
20222022
This function may not be called on an input port.
20232023
20242024
"""

0 commit comments

Comments
 (0)