Skip to content

Commit 58c6644

Browse files
Refactor boolean to bool
1 parent 5014b3d commit 58c6644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/bitmap_label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Label(LabelBase):
5757
:param int color: Color of all text in RGB hex
5858
:param int background_color: Color of the background, use `None` for transparent
5959
: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
60+
:param bool background_tight: Set `True` only if you want background box to tightly
6161
surround text. When set to 'True' Padding parameters will be ignored.
6262
:param int padding_top: Additional pixels added to background bounding box at top
6363
:param int padding_bottom: Additional pixels added to background bounding box at bottom

0 commit comments

Comments
 (0)