diff --git a/en/step_12.md b/en/step_12.md index efb3846..d03226e 100644 --- a/en/step_12.md +++ b/en/step_12.md @@ -3,7 +3,7 @@ Our copy editors at Raspberry Pi are pretty amazing, so the chances of you spotting a typo in this resource are pretty slim. You might spot a mistake in some of the code though, and that's where you can help out. Take this bit of code for example: ```python -print("Hello World!) +print("Hello World!") ``` Let's see how you could help fix this error.