Skip to content

Commit

Permalink
Update docs/src/UserGuide/write.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lazaro Alonso <lazarus.alon@gmail.com>
  • Loading branch information
Balinus and lazarusA authored Sep 13, 2024
1 parent fa90f4a commit 96d46c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/UserGuide/write.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Save a dataset to NetCDF format with compression:

````@example write
n = 7 # compression level, number between 0 (no compression) and 9 (max compression)
savedataset(ds, path="ds.zarr", driver=:zarr, compress=n)
savedataset(ds, path="ds.nc", driver=:netcdf, compress=n)
nothing # hide
````

Expand Down

0 comments on commit 96d46c2

Please sign in to comment.