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 f210d25 commit adbc2c0Copy full SHA for adbc2c0
lang/en/typeshed/stdlib/microbit/__init__.pyi
@@ -754,10 +754,10 @@ class Image:
754
755
class SoundEvent:
756
LOUD: SoundEvent
757
- """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."""
758
759
QUIET: SoundEvent
760
- """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."""
761
762
class Sound:
763
"""The built-in sounds can be called using ``audio.play(Sound.NAME)``."""
0 commit comments