Skip to content

Commit b03d396

Browse files
committed
Fix doc build error
1 parent 2c7ae41 commit b03d396

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shared-bindings/synthio/BlockBiquad.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ static synthio_filter_e validate_synthio_filter(mp_obj_t obj, qstr arg_name) {
5050
//| ) -> None:
5151
//| """Construct a biquad filter object with dynamic center frequency & q factor
5252
//|
53-
//| Since ``frequency`` and ``q_factor`` are `BlockInput`s, they can be varied dynamically.
54-
//| Internally, this is evaluated as "direct form 1" biquad filter.
53+
//| Since ``frequency`` and ``q_factor`` are `BlockInput` objects, they can
54+
//| be varied dynamically. Internally, this is evaluated as "direct form 1"
55+
//| biquad filter.
5556
//|
5657
//| The internal filter state x[] and y[] is not updated when the filter
5758
//| coefficients change, and there is no theoretical justification for why

0 commit comments

Comments
 (0)