Skip to content

Commit 0577988

Browse files
authored
Merge pull request #26 from pgmilenkov/newMaster
Fix README typos
2 parents cfae1d3 + 95033fd commit 0577988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

days/43-45-search-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are 7 matching episodes:
5353

5454
Your app is basically working. Today we'll polish it up a bit with some code cleanup and user interaction.
5555

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:
56+
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:
5757

5858
```python
5959
import collections

0 commit comments

Comments
 (0)