Skip to content

Commit eefa3e3

Browse files
authored
Update README.md
1 parent 74fb26a commit eefa3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.learn/exercises/07-post_todo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ print(request.json)
2929

3030
## 📝 Instructions:
3131

32-
1. Remember to import request at the top of the file:
32+
1. Remember to import `request` at the top of the file:
3333

3434
```python
3535
from flask import request

0 commit comments

Comments
 (0)