mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 01:00:13 -04:00
fix(curriculum): typo in Python workshop "Build an Email simulator" - Step 29 (#63958)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user