Skip to content

Commit 17dad23

Browse files
authored
Merge pull request #24 from code4policy/SultanOrazbayev-patch-3
Fix grammar in 03-3-python-json-files.md
2 parents ce9dcce + 488099b commit 17dad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/03-3-python-json-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ hint for bonus: To get the unique elements in a list use the `set` method. For e
6969
7070
### ➡️ Try It
7171
72-
Lets Read `superheroes.json` (in this folder) and output a flat CSV of members. The columns should be: `name, age, secretIdentity, powers, squadName, homeTown, formed, secretBase, active`. Any column that is top level, such as `squadName` should just be repeated for every row.
72+
Let's read `superheroes.json` (in this folder) and output a flat CSV of members. The columns should be: `name, age, secretIdentity, powers, squadName, homeTown, formed, secretBase, active`. Any column that is top level, such as `squadName` should just be repeated for every row.
7373
7474
Here is an example set of steps:
7575

0 commit comments

Comments
 (0)