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.
2 parents cfae1d3 + 95033fd commit 0577988Copy full SHA for 0577988
days/43-45-search-api/README.md
@@ -53,7 +53,7 @@ There are 7 matching episodes:
53
54
Your app is basically working. Today we'll polish it up a bit with some code cleanup and user interaction.
55
56
-Start with code cleanup. We have been passing dictionaries around. These are not so much fun. Let's use `nametuples`. You create one link this:
+Start with code cleanup. We have been passing dictionaries around. These are not so much fun. Let's use `namedtuples`. You create one like this:
57
58
```python
59
import collections
0 commit comments