Commit 1a3fc8a
authored
fix the dosctring for text_anchor_point
The space in the tuple: `:param (float, float) text_anchor_point:` mangles the display:
`float) text_anchor_point ((float,)` instead of `text_anchor_point ((float,float)) `
Fixed formatting by looking at other source code (anchor_point in adafruit_display_text), not tested.1 parent dcc2d76 commit 1a3fc8a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments