We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38e582 commit 8673868Copy full SHA for 8673868
adafruit_display_text/label.py
@@ -45,7 +45,7 @@
45
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
46
47
class Label(displayio.Group):
48
- """An area displaying a string of textself. The origin point set by ``x`` and ``y``
+ """A label displaying a string of text. The origin point set by ``x`` and ``y``
49
properties will be the left edge of the bounding box, and in the center of a M
50
glyph (if its one line), or the (number of lines * linespacing + M)/2. That is,
51
it will try to have it be center-left as close as possible.
0 commit comments