From 02f786b2a5a706ab9a62bf424aaf23b4021a2bfe Mon Sep 17 00:00:00 2001 From: Steveis Date: Wed, 29 Mar 2017 13:12:01 +0100 Subject: [PATCH] Small copy change --- worksheet2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheet2.md b/worksheet2.md index 4687699..24bae69 100644 --- a/worksheet2.md +++ b/worksheet2.md @@ -144,7 +144,7 @@ This code creates a 'PiCamera' object with the resolution set to 800 × 480, whi overlays = ['rock', 'paper', 'scissors'] ``` -1. Now go back to your `allseeingpi.py` program. Next to the other import statements in your program, add another one to import this file: +1. Now go back to your `allseeingpi.py` program. Under the other import statements in your program, add another one to import this file: ```python from overlay_functions import *