Skip to content

Commit cb51bc1

Browse files
committed
Fix typo on import urllib
1 parent ba96f35 commit cb51bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 01_the_machine_learning_landscape.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
],
134134
"source": [
135135
"# Download the data\n",
136-
"import urllib",
136+
"import urllib\n",
137137
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
138138
"os.makedirs(datapath, exist_ok=True)\n",
139139
"for filename in (\"oecd_bli_2015.csv\", \"gdp_per_capita.csv\"):\n",

0 commit comments

Comments
 (0)