Skip to content

Commit f4bf56f

Browse files
author
Luiz Fernando Barbosa Vital
committed
Fixed error in sample code of README
1 parent e9e65da commit f4bf56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ an I2C object depends on the board you are using.
6767

6868
.. code:: python
6969
70-
from board
70+
import board
7171
7272
i2c = board.I2C()
7373

0 commit comments

Comments
 (0)