8000 Merge pull request #61 from LUS24/leospairani/cou-382-typo-in-json-ex… · code93/complete-python-course@d6241ec · GitHub
[go: up one dir, main page]

Skip to content

Commit d6241ec

Browse files
authored
Merge pull request tecladocode#61 from LUS24/leospairani/cou-382-typo-in-json-example
Removed extra comma in JSON example
2 parents 1acfce8 + ff6e5a4 commit d6241ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course_contents/6_files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Here's an example of a JSON file that stores the same data as the CSV file above
4242
"name": "Chris",
4343
"title": "Technical Analyst",
4444
"salary": 55000
45-
},
45+
}
4646
]
4747
}
4848
```

0 commit comments

Comments
 (0)
0