Skip to content

Commit 83f43de

Browse files
author
Margaret Matocha
committed
added spaces and deleted one tab, thanks foamyguy
1 parent 1c19264 commit 83f43de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

adafruit_display_text/label.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,21 @@
2222
"""
2323
`adafruit_display_text.label`
2424
====================================================
25+
2526
Displays text labels using CircuitPython's displayio.
27+
2628
* Author(s): Scott Shawcroft
29+
2730
Implementation Notes
2831
--------------------
32+
2933
**Hardware:**
34+
3035
**Software and Dependencies:**
36+
3137
* Adafruit CircuitPython firmware for the supported boards:
3238
https://github.com/adafruit/circuitpython/releases
39+
3340
"""
3441

3542
import displayio

0 commit comments

Comments
 (0)