Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 22, 2024
1 parent cc2137a commit 467229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example_hres_t0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"url = \"gs://weatherbench2/datasets/hres_t0/2016-2022-6h-1440x721.zarr\"\n",
"ds = xr.open_zarr(fsspec.get_mapper(url), chunks=None)\n",
"\n",
"# Day to download. This will download all times for that dady.\n",
"# Day to download. This will download all times for that day.\n",
"day = \"2022-05-11\"\n",
"\n",
"# Download the surface-level variables. We write the downloaded data to another file to cache.\n",
Expand Down

0 comments on commit 467229f

Please sign in to comment.