From 579194196e768327e89a32c66337386d90718058 Mon Sep 17 00:00:00 2001 From: kofilpy <109137758+kofilpy@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:39:58 +0200 Subject: [PATCH] add "in" into sentence I --- practices/ch07_data_structures/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/practices/ch07_data_structures/readme.md b/practices/ch07_data_structures/readme.md index 95297aa..0d4486b 100644 --- a/practices/ch07_data_structures/readme.md +++ b/practices/ch07_data_structures/readme.md @@ -10,7 +10,7 @@ Remember, these are for your own benefit. Feel free to skip them if you don't fi ### Creating a static dictionary -You can create a dictionary a number of ways. How you do this depends on how much data is static and how much is dynamic as part of the program's execution. +You can create a dictionary in a number of ways. How you do this depends on how much data is static and how much is dynamic as part of the program's execution. ```python # Static data styles: