Skip to content

Commit 44de598

Browse files
authored
update docstring (#5737)
1 parent 74d06d0 commit 44de598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/fileformats/netcdf/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def set(
708708
apply the `dimension_chunksizes` controls only to these variables,
709709
or when building :class:`~iris.cube.Cube` from these data variables.
710710
If ``None``, settings apply to all loaded variables.
711-
dimension_chunksizes : dict of {str: int}
711+
**dimension_chunksizes : dict of {str: int}
712712
Kwargs specifying chunksizes for dimensions of file variables.
713713
Each key-value pair defines a chunk size for a named file
714714
dimension, e.g. ``{'time': 10, 'model_levels':1}``.

0 commit comments

Comments
 (0)