From 85e8be84bcbafba020e3d41f10d76ebcf99e9dc1 Mon Sep 17 00:00:00 2001 From: Lorna Lynch Date: Fri, 24 Mar 2017 15:16:14 +0000 Subject: [PATCH] copy edit --- worksheet2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheet2.md b/worksheet2.md index 117cc15..5a8867a 100644 --- a/worksheet2.md +++ b/worksheet2.md @@ -138,7 +138,7 @@ This code creates a 'PiCamera' object with the resolution set to 800 × 480, whi You will need to change this code to specify two things: - Set the `overlays_dir` to the directory where your overlays are stored. If you are following this tutorial exactly, you will **not** need to change this directory location. - - Set the `overlays` to be a list of the filenames of the overlays (without extension), surrounded by quotes and separated by commas. For example if you had overlay images called `rock.png`, `paper.png`, and `scissors.png`, your line of code would look like this: + - Set the `overlays` to be a list of the filenames of the overlays (without extension), surrounded by quotes and separated by commas. For example, if you had overlay images called `rock.png`, `paper.png`, and `scissors.png`, your line of code would look like this: ```python overlays = ['rock', 'paper', 'scissors']