We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d60c46 commit 4f671daCopy full SHA for 4f671da
1 file changed
shared-bindings/synthio/__init__.c
@@ -67,7 +67,7 @@ static const mp_arg_t envelope_properties[] = {
67
//| BlockInput = Union["Math", "LFO", float, None]
68
//| """Blocks and Notes can take any of these types as inputs on certain attributes
69
//|
70
-//| 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).
71
//| """
72
73
//| class Envelope:
0 commit comments