Skip to content

Commit 360a5b6

Browse files
Fix typo. (#51)
1 parent b6b1612 commit 360a5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/en/typeshed/stdlib/microbit/audio.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def play(
1010
pin: MicroBitDigitalPin = pin0,
1111
return_pin: Union[MicroBitDigitalPin, None] = None,
1212
) -> None:
13-
"""Play a built-in sound or custom audio frames.``.
13+
"""Play a built-in sound or custom audio frames.
1414
1515
Example: ``audio.play(Sound.GIGGLE)``
1616

0 commit comments

Comments
 (0)