Skip to content

Commit ffc0795

Browse files
committed
Typo
1 parent 42f9d4f commit ffc0795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ A collection of LEDs can be treated like a bar graph using
291291
graph.value = -1 # (1, 1, 1, 1, 1, 1)
292292
sleep(1)
293293

294-
Note values are essentially rounded to encounter the fact LEDs can only be on
294+
Note values are essentially rounded to account for the fact LEDs can only be on
295295
or off when ``pwm=False`` (the default).
296296

297297
However, using :class:`LEDBarGraph` with ``pwm=True`` allows more precise

0 commit comments

Comments
 (0)