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.
2 parents dcc2d76 + 1a3fc8a commit 4e8bb18Copy full SHA for 4e8bb18
adafruit_portalbase/__init__.py
@@ -166,7 +166,7 @@ def add_text(
166
:param text_transform: A function that will be called on the text before display
167
:param int text_scale: The factor to scale the default size of the text by
168
:param float line_spacing: The factor to space the lines apart
169
- :param (float, float) text_anchor_point: Values between 0 and 1 to indicate where the text
+ :param (float,float) text_anchor_point: Values between 0 and 1 to indicate where the text
170
position is relative to the label
171
:param bool is_data: If True, fetch will attempt to update the label
172
"""
0 commit comments