Skip to content

Commit d7884fa

Browse files
Update doc for microphone.sound_level_db()
As updated here: bbcmicrobit/micropython@477c214
1 parent 32f6161 commit d7884fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ def sound_level() -> int:
8080
...
8181

8282
def sound_level_db() -> int:
83-
"""Get the sound pressure level in decibels.
83+
"""Get the sound pressure level in decibels (dB) in the range of 52.0 to 110.0 dB.
8484
8585
Example: ``microphone.sound_level_db()``
8686
87-
:return: A representation of the sound pressure level in decibels (dB).
87+
:return: A representation of the sound pressure level in decibels (dB) in the range of 52.0 to 110.0 dB.
8888
"""
8989
...
9090

0 commit comments

Comments
 (0)