diff --git a/python.md b/python.md index d8b9b46..0491aa7 100644 --- a/python.md +++ b/python.md @@ -351,6 +351,5 @@ with open('output.json', 'w') as json_file: json.dump(data_to_write, json_file) ``` -```