synthio: one more doc fix

This commit is contained in:
Jeff Epler 2023-05-21 19:15:34 -05:00
parent 4d60c4608e
commit 4f671dab6f
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ static const mp_arg_t envelope_properties[] = {
//| BlockInput = Union["Math", "LFO", float, None] //| BlockInput = Union["Math", "LFO", float, None]
//| """Blocks and Notes can take any of these types as inputs on certain attributes //| """Blocks and Notes can take any of these types as inputs on certain attributes
//| //|
//| A BlockInput can be any of the following types: `Math`, `LFO`, `float`, `None` (treated same as 0). //| A BlockInput can be any of the following types: `Math`, `LFO`, `builtins.float`, `None` (treated same as 0).
//| """ //| """
//| //|
//| class Envelope: //| class Envelope: