Skip to content

Commit 4f671da

Browse files
committed
synthio: one more doc fix
1 parent 4d60c46 commit 4f671da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/synthio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static const mp_arg_t envelope_properties[] = {
6767
//| BlockInput = Union["Math", "LFO", float, None]
6868
//| """Blocks and Notes can take any of these types as inputs on certain attributes
6969
//|
70-
//| A BlockInput can be any of the following types: `Math`, `LFO`, `float`, `None` (treated same as 0).
70+
//| A BlockInput can be any of the following types: `Math`, `LFO`, `builtins.float`, `None` (treated same as 0).
7171
//| """
7272
//|
7373
//| class Envelope:

0 commit comments

Comments
 (0)