Skip to content

Commit e155aaa

Browse files
committed
fix typo in docstring
1 parent fe60936 commit e155aaa

File tree

1 file changed

+1
-1
lines changed
  • adafruit_displayio_layout/widgets

1 file changed

+1
-1
lines changed

adafruit_displayio_layout/widgets/dial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class Dial(Widget):
146146
147147
Diagram showing the impact of the ``clip_needle`` input parameter,
148148
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
149+
180 degrees, the needle can protrude a long way from the dial ticks. By
150150
setting ``clip_needle = True``, the needle graphic will be clipped at the edge
151151
of the dial boundary (see comparison in the graphic above). The left dial is
152152
created with ``clip_needle = False``, meaning that the dial is not clipped. The

0 commit comments

Comments
 (0)