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 a102ba2 commit 6695e3cCopy full SHA for 6695e3c
adafruit_display_text/label.py
@@ -169,10 +169,10 @@ def _update_text(self, new_text): # pylint: disable=too-many-locals
169
170
x += glyph.shift_x
171
172
- # TODO skip this for control sequences or non-qables.
+ # TODO skip this for control sequences or non-printables.
173
i += 1
174
old_c += 1
175
- # skip all non-prinables in the old string
+ # skip all non-printables in the old string
176
while (
177
self._text
178
and old_c < len(self._text)
0 commit comments