fix(curriculum): typo in Python workshop "Build an Email simulator" - Step 29 (#63958)

This commit is contained in:
PedroLFigueiredo
2025-11-18 17:03:07 -03:00
committed by GitHub
parent b3847dfd65
commit 13637bb5c7

View File

@@ -10,7 +10,7 @@ dashedName: step-29
At the end of the `__str__` method, return the email summary in this format:
```py
[status] From: sender | Subject: subject.
[status] From: sender | Subject: subject
```
Where `status` is the status of the email, `sender` is the sender's name and `subject` is the subject of the email.