Skip to content

Commit

Permalink
Success!
Browse files Browse the repository at this point in the history
  • Loading branch information
kittydepa committed May 28, 2021
1 parent 9a003b5 commit 47af636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automate_boring_stuff/projects/bin/json_weatherdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'''
The 'response.text' variables holds a large string of JSON-formatted data.
To convert this into a Python value, you need to call the json.loads() function.
To make the data print in a pretty way, fo the following:
To make the data print in a pretty way, do the following:
'''
weatherData = json.loads(response.text)
#print(weatherData)
Expand Down

0 comments on commit 47af636

Please sign in to comment.