From 95033fdf1af8bb529ff014489dca0a3fe081b72d Mon Sep 17 00:00:00 2001 From: Plamen Milenkov Date: Thu, 1 Nov 2018 13:50:00 +0200 Subject: [PATCH] Fix README typos --- days/43-45-search-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/days/43-45-search-api/README.md b/days/43-45-search-api/README.md index d070ea06..3cd790b0 100644 --- a/days/43-45-search-api/README.md +++ b/days/43-45-search-api/README.md @@ -53,7 +53,7 @@ There are 7 matching episodes: Your app is basically working. Today we'll polish it up a bit with some code cleanup and user interaction. -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: ```python import collections