Skip to content

Commit 593211d

Browse files
committed
update docstring
1 parent e0dba27 commit 593211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/scrolling_label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ScrollingLabel(bitmap_label.Label):
3838
3939
:param font: The font to use for the label.
4040
:param max_characters: The number of characters that sets the fixed-width. Default is 10.
41-
:param full_text: The full text to show in the label. If this is longer than
41+
:param text: The full text to show in the label. If this is longer than
4242
`max_characters` then the label will scroll to show everything.
4343
:param animate_time: The number of seconds in between scrolling animation
4444
frames. Default is 0.3 seconds.

0 commit comments

Comments
 (0)