From ffc07950e1b9db910e9698fd24d22c848c746297 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sat, 28 May 2016 13:57:37 +0100 Subject: [PATCH] Typo --- docs/recipes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes.rst b/docs/recipes.rst index 0c57827..dae163d 100644 --- a/docs/recipes.rst +++ b/docs/recipes.rst @@ -291,7 +291,7 @@ A collection of LEDs can be treated like a bar graph using graph.value = -1 # (1, 1, 1, 1, 1, 1) sleep(1) -Note values are essentially rounded to encounter the fact LEDs can only be on +Note values are essentially rounded to account for the fact LEDs can only be on or off when ``pwm=False`` (the default). However, using :class:`LEDBarGraph` with ``pwm=True`` allows more precise