Skip to content

Commit 4eb377c

Browse files
committed
UPDATE - Spaces
1 parent 4d72041 commit 4eb377c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

adafruit_display_text/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def wrap_text_to_pixels(
3232
:return: A list of the lines resulting from wrapping the
3333
input text at ``max_width`` pixels size
3434
:rtype: List[str]
35-
3635
"""
3736
# pylint: disable=too-many-locals, too-many-branches
3837
if font is None:
@@ -180,7 +179,6 @@ class LabelBase(Group):
180179
│ @@___| │
181180
(0.0,1.0)╰──────────────────────────────────────────────────────────────┘(1.0,1.0)
182181
183-
184182
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
185183
Must include a capital M for measuring character size.
186184
:param str text: Text to display
@@ -221,7 +219,8 @@ class LabelBase(Group):
221219
:param str label_direction: string defining the label text orientation. There are 5
222220
configurations possibles ``LTR``-Left-To-Right ``RTL``-Right-To-Left
223221
``TTB``-Top-To-Bottom ``UPR``-Upwards ``DWR``-Downwards and ``UPD``-Upside-Down
224-
(bitmap_label only). It defaults to ``LTR``"""
222+
(bitmap_label only). It defaults to ``LTR``
223+
"""
225224

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

0 commit comments

Comments
 (0)