Skip to content

Commit 555b5f8

Browse files
authored
Remove trailing whitespace.
1 parent b249397 commit 555b5f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Welcome_to_CircuitPython/code.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
77
Includes QT Py and various Trinkeys.
88
9-
Requires two libraries from the Adafruit CircuitPython Library Bundle.
10-
Download the bundle from circuitpython.org/libraries and copy the
9+
Requires two libraries from the Adafruit CircuitPython Library Bundle.
10+
Download the bundle from circuitpython.org/libraries and copy the
1111
following files to your CIRCUITPY/lib folder:
1212
* neopixel.mpy
1313
* adafruit_pypixelbuf.mpy
1414
15-
Once the libraries are copied, save this file as code.py to your CIRCUITPY
15+
Once the libraries are copied, save this file as code.py to your CIRCUITPY
1616
drive to run it.
1717
"""
1818
import time

0 commit comments

Comments
 (0)