Skip to content

Commit 4e8bb18

Browse files
authored
Merge pull request #13 from Neradoc/patch-1
fix the dosctring for text_anchor_point
2 parents dcc2d76 + 1a3fc8a commit 4e8bb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_portalbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def add_text(
166166
:param text_transform: A function that will be called on the text before display
167167
:param int text_scale: The factor to scale the default size of the text by
168168
: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
169+
:param (float,float) text_anchor_point: Values between 0 and 1 to indicate where the text
170170
position is relative to the label
171171
:param bool is_data: If True, fetch will attempt to update the label
172172
"""

0 commit comments

Comments
 (0)