Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Just Learning github (added quotation mark) #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/step_12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down