Skip to content

Commit a7ff4e5

Browse files
dglaudetannewt
andcommitted
Update README.rst
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 684e8f6 commit a7ff4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Matrix:
6666

6767
.. code:: python
6868
69-
from adafruit_is31fl3731 import Matrix
69+
from adafruit_is31fl3731.matrix import Matrix
7070
import board
7171
import busio
7272
with busio.I2C(board.SCL, board.SDA) as i2c:
@@ -78,7 +78,7 @@ Charlie Wing:
7878

7979
.. code:: python
8080
81-
from adafruit_is31fl3731.CharlieWing import CharlieWing
81+
from adafruit_is31fl3731.charlie_wing import CharlieWing
8282
import board
8383
import busio
8484
with busio.I2C(board.SCL, board.SDA) as i2c:

0 commit comments

Comments
 (0)