diff options
Diffstat (limited to 'docs/library/pyb.LED.rst')
-rw-r--r-- | docs/library/pyb.LED.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.LED.rst b/docs/library/pyb.LED.rst index d3ab965e7e..de07c7d1c3 100644 --- a/docs/library/pyb.LED.rst +++ b/docs/library/pyb.LED.rst @@ -10,7 +10,7 @@ The LED object controls an individual LED (Light Emitting Diode). Constructors ------------ -.. class:: pyb.LED(id) +.. class:: LED(id) Create an LED object associated with the given LED: |