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 5014b3d commit 58c6644Copy full SHA for 58c6644
adafruit_display_text/bitmap_label.py
@@ -57,7 +57,7 @@ class Label(LabelBase):
57
:param int color: Color of all text in RGB hex
58
:param int background_color: Color of the background, use `None` for transparent
59
:param float line_spacing: Line spacing of text to display
60
- :param boolean background_tight: Set `True` only if you want background box to tightly
+ :param bool background_tight: Set `True` only if you want background box to tightly
61
surround text. When set to 'True' Padding parameters will be ignored.
62
:param int padding_top: Additional pixels added to background bounding box at top
63
:param int padding_bottom: Additional pixels added to background bounding box at bottom
0 commit comments