From 13637bb5c776fd852eae1fe3d19c7bedd5af3214 Mon Sep 17 00:00:00 2001 From: PedroLFigueiredo <128652657+PedroLFigueiredo@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:03:07 -0300 Subject: [PATCH] fix(curriculum): typo in Python workshop "Build an Email simulator" - Step 29 (#63958) --- .../blocks/workshop-email-simulator/68bf0f09b7ec33be465c0c35.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.