Skip to content

Commit 037c538

Browse files
committed
Fix import in code block
1 parent f6a5d81 commit 037c538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: displayio_cartesian.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Cartesian(Widget):
8383
8484
.. code-block:: python
8585
86-
from adafruit_displayio_layout.widgets.cartesian import Cartesian as Plane
86+
from displayio_cartesian import Cartesian as Plane
8787
8888
Now you can create a plane at pixel position x=20, y=30 using:
8989

0 commit comments

Comments
 (0)