From 862e92c214c3f36f2928db910277ade606c8554b Mon Sep 17 00:00:00 2001 From: Vanisha Gupta Date: Mon, 25 May 2026 17:39:46 +0530 Subject: [PATCH] fix(curriculum): correct broken feedback sentence in raise statement (#67573) --- .../688c9c4fe5fef91262f9bdf8.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curriculum/challenges/english/blocks/lecture-understanding-error-handling/688c9c4fe5fef91262f9bdf8.md b/curriculum/challenges/english/blocks/lecture-understanding-error-handling/688c9c4fe5fef91262f9bdf8.md index 3692bdc2106..8a0a94adf88 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-error-handling/688c9c4fe5fef91262f9bdf8.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-error-handling/688c9c4fe5fef91262f9bdf8.md @@ -185,7 +185,7 @@ It raises a generic `Exception`. ### --feedback-- -Refer back to the section about `raise`. understand how it behaves without arguments. +Refer back to the section about `raise` to understand how it behaves without arguments. --- @@ -193,7 +193,7 @@ It does nothing. ### --feedback-- -Refer back to the section about `raise`. understand how it behaves without arguments. +Refer back to the section about `raise` to understand how it behaves without arguments. --- @@ -205,7 +205,7 @@ It raises a `TypeError`. ### --feedback-- -Refer back to the section about `raise`. understand how it behaves without arguments. +Refer back to the section about `raise` to understand how it behaves without arguments. ## --video-solution--