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 fe60936 commit e155aaaCopy full SHA for e155aaa
adafruit_displayio_layout/widgets/dial.py
@@ -146,7 +146,7 @@ class Dial(Widget):
146
147
Diagram showing the impact of the ``clip_needle`` input parameter,
148
with the dial's boundary shown. For ``sweep_angle`` values less than
149
- 180 degrees, the needlecan protrude a long way from the dial ticks. By
+ 180 degrees, the needle can protrude a long way from the dial ticks. By
150
setting ``clip_needle = True``, the needle graphic will be clipped at the edge
151
of the dial boundary (see comparison in the graphic above). The left dial is
152
created with ``clip_needle = False``, meaning that the dial is not clipped. The
0 commit comments