Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAKappa committed Apr 4, 2024
1 parent 134f1b1 commit 98019a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-Getting-Started/01_language.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Python also has a syntax; there is a right and wrong way to structure sentences
| 📝 English | `Hey, write the word 'apple' in uppercase letters` | `'apple' in, uppercase write Hey letters word the` |
| 🐍 Python | `print('apple'.upper())` | `Hey, write the word 'apple' in uppercase letters` |

Let's revisit the sum example, where you texted your friend:
Let's revisit the apple example, where you texted your friend:

```
Hey, write the word 'apple' in uppercase letters
Expand Down

0 comments on commit 98019a6

Please sign in to comment.