fix(curriculum): correct hint formatting in email simulator step 5 (#64081)

This commit is contained in:
Ritam Pal
2025-11-23 22:02:56 +05:30
committed by GitHub
parent 2f7772b716
commit b72a3982e5

View File

@@ -11,7 +11,7 @@ Emails should track whether they've been read or not. Add a `read` attribute to
# --hints--
You should assign `False` to ``self.read` in the `__init__` method.
You should assign `False` to `self.read` in the `__init__` method.
```js
({