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
hms5232 2021-01-04 21:25:46 +08:00
parent 8ebdcffc6b
commit 1ab5e16f37
1 changed files with 1 additions and 1 deletions

View File

@ -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",