diff --git a/shared-bindings/synthio/BlockBiquad.c b/shared-bindings/synthio/BlockBiquad.c index 2ac2d479314a8..3e8d76a81a26d 100644 --- a/shared-bindings/synthio/BlockBiquad.c +++ b/shared-bindings/synthio/BlockBiquad.c @@ -22,11 +22,11 @@ //| NOTCH: FilterMode //| """A notch filter""" //| LOW_SHELF: FilterMode -//| """A notch filter""" +//| """A low shelf filter""" //| HIGH_SHELF: FilterMode -//| """A notch filter""" +//| """A high shelf filter""" //| PEAKING_EQ: FilterMode -//| """A notch filter""" +//| """A peaking equalizer filter""" //| //|