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 9efd1f8 commit b0417dbCopy full SHA for b0417db
adafruit_display_text/scrolling_label.py
@@ -168,8 +168,9 @@ def max_characters(self):
168
@max_characters.setter
169
def max_characters(self, new_max_characters):
170
"""Recalculate the full text based on the new max characters.
171
- This is necessary to correctly handle the potential space at the end of
172
- the text.
+
+ This is necessary to correctly handle the potential space at the end of
173
+ the text.
174
"""
175
if new_max_characters != self._max_characters:
176
self._max_characters = new_max_characters
0 commit comments