Skip to content

Commit

Permalink
Fix typo on import urllib
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Nov 8, 2019
1 parent ba96f35 commit cb51bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_the_machine_learning_landscape.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
],
"source": [
"# Download the data\n",
"import urllib",
"import urllib\n",
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
"os.makedirs(datapath, exist_ok=True)\n",
"for filename in (\"oecd_bli_2015.csv\", \"gdp_per_capita.csv\"):\n",
Expand Down

0 comments on commit cb51bc1

Please sign in to comment.