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?
This commit is contained in:
hms5232
2021-01-04 21:25:46 +08:00
parent 8ebdcffc6b
commit 1ab5e16f37

View File

@@ -95,7 +95,7 @@
"source": [
"import os\n",
"import tarfile\n",
"import urllib\n",
"import urllib.request\n",
"\n",
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
"HOUSING_PATH = os.path.join(\"datasets\", \"housing\")\n",