Skip to content

Commit

Permalink
corrected docstrings as per review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Nov 13, 2023
1 parent 2be4c33 commit 7117a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iris/fileformats/netcdf/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def __init__(self, var_dim_chunksizes=None):
Provide user control of Dask chunking.
The netcdf loader is controlled by the single instance of this : the
:data:`~iris.fileformats.netcdf.CHUNK_CONTROL` object.
:data:`~iris.fileformats.netcdf.loader.CHUNK_CONTROL` object.
A chunksize can be set for a specific (named) file dimension, when
loading specific (named) variables, or for all variables.
Expand Down Expand Up @@ -712,7 +712,7 @@ def set(
**Un**-adjusted dimensions have chunk sizes set in the 'usual' way.
That is, according to the normal behaviour of
:meth:`iris._lazy_data.as_lazy_data`, which is : chunksize is based on
:func:`iris._lazy_data.as_lazy_data`, which is : chunksize is based on
the file variable chunking, or full variable shape; this is scaled up
or down by integer factors to best match the Dask "default chunksize",
i.e. the setting configured by
Expand Down

0 comments on commit 7117a23

Please sign in to comment.