Skip to content

Commit 7117a23

Browse files
committed
corrected docstrings as per review comments
1 parent 2be4c33 commit 7117a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/iris/fileformats/netcdf/loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def __init__(self, var_dim_chunksizes=None):
656656
Provide user control of Dask chunking.
657657
658658
The netcdf loader is controlled by the single instance of this : the
659-
:data:`~iris.fileformats.netcdf.CHUNK_CONTROL` object.
659+
:data:`~iris.fileformats.netcdf.loader.CHUNK_CONTROL` object.
660660
661661
A chunksize can be set for a specific (named) file dimension, when
662662
loading specific (named) variables, or for all variables.
@@ -712,7 +712,7 @@ def set(
712712
713713
**Un**-adjusted dimensions have chunk sizes set in the 'usual' way.
714714
That is, according to the normal behaviour of
715-
:meth:`iris._lazy_data.as_lazy_data`, which is : chunksize is based on
715+
:func:`iris._lazy_data.as_lazy_data`, which is : chunksize is based on
716716
the file variable chunking, or full variable shape; this is scaled up
717717
or down by integer factors to best match the Dask "default chunksize",
718718
i.e. the setting configured by

0 commit comments

Comments
 (0)