Skip to content

Commit

Permalink
update docstring (#5737)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight authored Feb 13, 2024
1 parent 74d06d0 commit 44de598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/fileformats/netcdf/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def set(
apply the `dimension_chunksizes` controls only to these variables,
or when building :class:`~iris.cube.Cube` from these data variables.
If ``None``, settings apply to all loaded variables.
dimension_chunksizes : dict of {str: int}
**dimension_chunksizes : dict of {str: int}
Kwargs specifying chunksizes for dimensions of file variables.
Each key-value pair defines a chunk size for a named file
dimension, e.g. ``{'time': 10, 'model_levels':1}``.
Expand Down

0 comments on commit 44de598

Please sign in to comment.