Skip to content

Commit e5fc534

Browse files
committed
Fix docstring
1 parent cdcc35c commit e5fc534

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_Templates/status_led_one_dotstar_rainbow

1 file changed

+1
-1
lines changed

CircuitPython_Templates/status_led_one_dotstar_rainbow/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
22
# SPDX-License-Identifier: Unlicense
33
"""
4-
CircuitPython DotStar red, green, blue, brightness control example.
4+
CircuitPython DotStar rainbow, brightness control example.
55
"""
66
import time
77
import board

0 commit comments

Comments
 (0)