Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lang/en/typeshed/stdlib/microbit/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -754,10 +754,10 @@ class Image:

class SoundEvent:
LOUD: SoundEvent
"""Represents the transition of sound events, from ``loud`` to ``quiet`` like speaking or background music."""
"""Represents the transition of sound events, from ``quiet`` to ``loud`` like clapping or shouting."""

QUIET: SoundEvent
"""Represents the transition of sound events, from ``quiet`` to ``loud`` like clapping or shouting."""
"""Represents the transition of sound events, from ``loud`` to ``quiet`` like speaking or background music."""

class Sound:
"""The built-in sounds can be called using ``audio.play(Sound.NAME)``."""
Expand Down