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())