Fix documentation

This commit is contained in:
Konstantin Lampalzer 2021-01-16 02:11:15 +01:00
parent daef7c97e4
commit d3a6fcd42c
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
5 changed files with 5 additions and 5 deletions

View file

@ -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)