diff --git a/curriculum/challenges/english/blocks/workshop-email-simulator/68bf0f09b7ec33be465c0c35.md b/curriculum/challenges/english/blocks/workshop-email-simulator/68bf0f09b7ec33be465c0c35.md index abe732fb3b4..f813f85fb17 100644 --- a/curriculum/challenges/english/blocks/workshop-email-simulator/68bf0f09b7ec33be465c0c35.md +++ b/curriculum/challenges/english/blocks/workshop-email-simulator/68bf0f09b7ec33be465c0c35.md @@ -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.