Fix documentation
This commit is contained in:
parent
daef7c97e4
commit
d3a6fcd42c
5 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ Driving straight (maybe)
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from compLIB.Motor import Motor
|
||||
from compLib.Motor import Motor
|
||||
|
||||
for port in range(0, 4):
|
||||
Motor.power(port, 50)
|
Reference in a new issue