We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6ecdf commit 33c1961Copy full SHA for 33c1961
.learn/exercises/05-returning-json/README.md
@@ -20,7 +20,7 @@ def hello_world():
20
return json_text
21
```
22
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:
+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:
24
25
```python
26
todos = [
0 commit comments