Update 02 about urllib module attribute
See https://github.com/ageron/handson-ml2/issues/219 This error also occurred in 01. There are many PRs for 01 but none for 02?main
parent
8ebdcffc6b
commit
1ab5e16f37
|
@ -95,7 +95,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"import os\n",
|
"import os\n",
|
||||||
"import tarfile\n",
|
"import tarfile\n",
|
||||||
"import urllib\n",
|
"import urllib.request\n",
|
||||||
"\n",
|
"\n",
|
||||||
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
|
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
|
||||||
"HOUSING_PATH = os.path.join(\"datasets\", \"housing\")\n",
|
"HOUSING_PATH = os.path.join(\"datasets\", \"housing\")\n",
|
||||||
|
|
Loading…
Reference in New Issue