From b515d070af466865bae3f5d66061c3bfbf5d7a01 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Tue, 29 Sep 2015 21:54:59 +0100 Subject: [PATCH] Fix typo --- docs/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes.md b/docs/recipes.md index 90c1fb2..432396c 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -129,7 +129,7 @@ while True: Capture a picture with the camera module every time a button is pressed: ```python -from gpiozero import button +from gpiozero import Button from picamera import PiCamera button = Button(17)