Skip to content

Commit 8673868

Browse files
committed
last tyyyyyyyyyyyyyyyyypo
1 parent c38e582 commit 8673868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
4646

4747
class Label(displayio.Group):
48-
"""An area displaying a string of textself. The origin point set by ``x`` and ``y``
48+
"""A label displaying a string of text. The origin point set by ``x`` and ``y``
4949
properties will be the left edge of the bounding box, and in the center of a M
5050
glyph (if its one line), or the (number of lines * linespacing + M)/2. That is,
5151
it will try to have it be center-left as close as possible.

0 commit comments

Comments
 (0)