From 57e5d4033f799b13e07454fa5806ea9ea227c1d5 Mon Sep 17 00:00:00 2001 From: Andrey Britov Date: Wed, 13 Sep 2023 18:08:44 +0300 Subject: [PATCH] fixing again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf48475c..6e6b7c68b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ same as `wife`/`husband` key in person's dict. Example: ```python - people = [ +people = [ {'name': 'Ross', 'age': 30, 'wife': 'Rachel'}, {'name': 'Joey', 'age': 29, 'wife': None}, {'name': 'Rachel', 'age': 28, 'husband': 'Ross'}