Skip to content

Commit 9fc01aa

Browse files
Update mentoring.md
1 parent 06601ca commit 9fc01aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracks/python/exercises/pig-latin/pig-latin/mentoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def translate_to_pig_latin(sentence):
4242
return ' '.join(pig_latin_words)
4343
```
4444

45-
## Step 2: Translate a Word
45+
### Step 2: Translate a Word
4646
Next, we'll write a function to translate a single word into Pig Latin according to the rules.
4747

4848
```

0 commit comments

Comments
 (0)