We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b1612 commit 360a5b6Copy full SHA for 360a5b6
lang/en/typeshed/stdlib/microbit/audio.pyi
@@ -10,7 +10,7 @@ def play(
10
pin: MicroBitDigitalPin = pin0,
11
return_pin: Union[MicroBitDigitalPin, None] = None,
12
) -> None:
13
- """Play a built-in sound or custom audio frames.``.
+ """Play a built-in sound or custom audio frames.
14
15
Example: ``audio.play(Sound.GIGGLE)``
16
0 commit comments