fix(curriculum): correct broken feedback sentence in raise statement (#67573)

This commit is contained in:
Vanisha Gupta
2026-05-25 17:39:46 +05:30
committed by GitHub
parent c429f03a9b
commit 862e92c214
@@ -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--