Skip to content

Commit 6e35057

Browse files
committed
Add parameters description in class documentation.
Verified pylint and black
1 parent 5bfae81 commit 6e35057

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
@@ -83,7 +83,7 @@ def __init__(
8383
anchor_point=None,
8484
anchored_position=None,
8585
scale=1,
86-
**kwargs,
86+
**kwargs
8787
):
8888
if not max_glyphs and not text:
8989
raise RuntimeError("Please provide a max size, or initial text")

0 commit comments

Comments
 (0)