8000 Fix implicit Optional error in docs. · unwiredben/circuitpython@a174de4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a174de4

Browse files
committed
Fix implicit Optional error in docs.
1 parent 3c17a1e commit a174de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiodelays/MultiTapDelay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//| delay_ms: synthio.BlockInput = 250.0,
2727
//| decay: synthio.BlockInput = 0.7,
2828
//| mix: synthio.BlockInput = 0.25,
29-
//| taps: Tuple[float|Tuple[float, float], ...] = None,
29+
//| taps: Optional[Tuple[float|Tuple[float, float], ...]] = None,
3030
//| buffer_size: int = 512,
3131
//| sample_rate: int = 8000,
3232
//| bits_per_sample: int = 16,

0 commit comments

Comments
 (0)
0