Fix documentation
This commit is contained in:
parent
daef7c97e4
commit
d3a6fcd42c
5 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ Turning buzzer on and off
|
|||
.. code-block:: python
|
||||
|
||||
import time
|
||||
from compLIB.Buzzer import Buzzer
|
||||
from compLib.Buzzer import Buzzer
|
||||
|
||||
Buzzer.set(True)
|
||||
time.sleep(1)
|
||||
|
|
Reference in a new issue