From bc6c308f5bcfa20392a58b28da635b1417872ea5 Mon Sep 17 00:00:00 2001 From: Lorna Lynch Date: Fri, 24 Mar 2017 15:03:37 +0000 Subject: [PATCH] copy edit --- worksheet2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheet2.md b/worksheet2.md index e2bbfb7..94066dd 100644 --- a/worksheet2.md +++ b/worksheet2.md @@ -93,7 +93,7 @@ This code creates a 'PiCamera' object with the resolution set to 800 × 480, whi from time import gmtime, strftime ``` -1. Underneath your camera set-up code, add the following line: +1. Underneath the code to set up the camera, add the following line: ```python output = strftime("/home/pi/allseeingpi/image-%d-%m %H:%M.png", gmtime())