Skip to content

Commit e8b0ee9

Browse files
committed
remove !
1 parent a98f278 commit e8b0ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/power.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The frequency on the buzzer is limited from 8Hz to 10,000Hz
104104

105105
<div class="info" markdown="1">
106106
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!
107+
If you want to wait for the buzzing to stop, use the `blocking` argument.
108108
</div>
109109

110110
~~~~~ python

0 commit comments

Comments
 (0)