Skip to content

Commit 80faeaf

Browse files
committed
Updated the REST of the example...
1 parent add0c48 commit 80faeaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_slideshow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ class SlideShow:
106106
107107
.. code-block:: python
108108
109-
import adafruit_slideshow
109+
from adafruit_slideshow import PlayBackMode, SlideShow
110110
111-
slideshow = adafruit_slideshow.SlideShow()
111+
slideshow = SlideShow()
112112
slideshow.loop = False
113113
slideshow.order = PlayBackMode.ALPHA
114114

0 commit comments

Comments
 (0)