Skip to content

Commit 33c1961

Browse files
authored
Update README.md
1 parent cc6ecdf commit 33c1961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.learn/exercises/05-returning-json/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def hello_world():
2020
return json_text
2121
```
2222

23-
If we apply this knowledge to our ToDo-list project, we can create a global variable named `todos` that will hold the list of todos like this:
23+
If we apply this knowledge to our todo-list project, we can create a global variable named `todos` that will hold the list of todos like this:
2424

2525
```python
2626
todos = [

0 commit comments

Comments
 (0)