Skip to content

Commit

Permalink
fix docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thwllms committed Jul 24, 2024
1 parent 3824505 commit 497bdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ libraries :code:`kerchunk`, :code:`zarr`, :code:`fsspec`, and :code:`s3fs`::
json_file = f"BigRiver.{sim}.p01.hdf.json"
with open(json_file, "w") as f:
json.dump(zmeta, f)
json_list.append(json_file)
zmeta_files.append(json_file)
# Combine Zarr metadata files into a single Kerchunk metadata file
# with a new "sim" dimension
Expand Down

0 comments on commit 497bdeb

Please sign in to comment.