We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f943d0d commit c8b9475Copy full SHA for c8b9475
adafruit_display_text/bitmap_label.py
@@ -48,7 +48,7 @@ class Label(LabelBase):
48
glyph (if its one line), or the (number of lines * linespacing + M)/2. That is,
49
it will try to have it be center-left as close as possible.
50
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
51
- Must include a capital M for measuring character size.
+ Must include a capital M for measuring character size.
52
:param str text: Text to display
53
:param int max_glyphs: Unnecessary parameter (provided only for direct compability
54
with label.py)
0 commit comments