Skip to content
This repository was archived by the owner on Jul 19, 2018. It is now read-only.

Commit d89f4b7

Browse files
authored
Corrected code line 40
Changed `print('You moved')` to `print("You moved")`
1 parent bde20b6 commit d89f4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pir = MotionSensor(4)
3737

3838
while True:
3939
pir.wait_for_motion()
40-
print('You moved')
40+
print("You moved")
4141
pir.wait_for_no_motion()
4242
```
4343

0 commit comments

Comments
 (0)