Skip to content

Commit d977b14

Browse files
committed
__init__.py force push
1 parent 6a18806 commit d977b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class LabelBase(Group):
187187
tab character
188188
:param: str label_direction: string defining the label text orientation. There are 5
189189
configurations possibles ``LTR``:Left-To-Right ``RTL``:Right-To-Left
190-
``TTB``:TTB Top-To-Bottom ``UPR``:Upwards ``DWR``:Downwards. It defaults to ``LTR`` """
190+
``TTB``:TTB Top-To-Bottom ``UPR``:Upwards ``DWR``:Downwards. It defaults to ``LTR``"""
191191

192192
# pylint: disable=unused-argument, too-many-instance-attributes, too-many-locals, too-many-arguments
193193
def __init__(

0 commit comments

Comments
 (0)