Skip to content

Commit c8b9475

Browse files
committed
Line 14
1 parent f943d0d commit c8b9475

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
@@ -48,7 +48,7 @@ class Label(LabelBase):
4848
glyph (if its one line), or the (number of lines * linespacing + M)/2. That is,
4949
it will try to have it be center-left as close as possible.
5050
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
51-
Must include a capital M for measuring character size.
51+
Must include a capital M for measuring character size.
5252
:param str text: Text to display
5353
:param int max_glyphs: Unnecessary parameter (provided only for direct compability
5454
with label.py)

0 commit comments

Comments
 (0)