Fix typo on import urllib

main
Aurélien Geron 2019-11-08 10:09:51 +08:00
parent 628c408a89
commit 4a4aa2185e
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"# Download the data\n", "# Download the data\n",
"import urllib", "import urllib\n",
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n", "DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
"os.makedirs(datapath, exist_ok=True)\n", "os.makedirs(datapath, exist_ok=True)\n",
"for filename in (\"oecd_bli_2015.csv\", \"gdp_per_capita.csv\"):\n", "for filename in (\"oecd_bli_2015.csv\", \"gdp_per_capita.csv\"):\n",