Merge pull request #7 from SteveAmor/patch-6

Small copy change
This commit is contained in:
Lorna Lynch 2017-04-07 13:22:08 +01:00 committed by GitHub
commit f4faa04690

View file

@ -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. Underneath the other import statements in your program, add another one to import this file:
```python
from overlay_functions import *