From ccd880424b913a3fb0fc5b04f35e81b468f8bb58 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 19 Nov 2015 02:04:15 +0000 Subject: [PATCH] typo --- docs/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes.md b/docs/notes.md index d9862d4..0adfcc5 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -46,7 +46,7 @@ All components must be wired up correctly before using with this library. The following program looks like it should turn an LED on: ```python -from gpiozero import led +from gpiozero import LED led = LED(2) led.on()