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 a98f278 commit e8b0ee9Copy full SHA for e8b0ee9
programming/power.md
@@ -104,7 +104,7 @@ The frequency on the buzzer is limited from 8Hz to 10,000Hz
104
105
<div class="info" markdown="1">
106
Calling `buzz` is non-blocking, which means it doesn't actually wait for the piezo to stop buzzing before continuing with your code.
107
- If you want to wait for the buzzing to stop, use the `blocking` argument!
+ If you want to wait for the buzzing to stop, use the `blocking` argument.
108
</div>
109
110
~~~~~ python
0 commit comments