Skip to content

Commit 1d8f092

Browse files
authored
fix docstring types and remove duplicate line. (#5719)
1 parent 4c1e88d commit 1d8f092

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/iris/_lazy_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def as_lazy_data(
252252
Notes
253253
-----
254254
The result chunk size is a multiple of 'chunks', if given, up to the
255-
dask default chunksize, i.e. `dask.config.get('array.chunk-size'),
255+
dask default chunksize, i.e. `dask.config.get('array.chunk-size')`,
256256
or the full data shape if that is smaller.
257257
If 'chunks' is not given, the result has chunks of the full data shape,
258258
but reduced by a factor if that exceeds the dask default chunksize.

lib/iris/_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""Automatic collation of cubes into higher-dimensional cubes.
66
77
Typically the cube merge process is handled by
8-
:method:`iris.cube.CubeList.merge`.
8+
:meth:`iris.cube.CubeList.merge`.
99
1010
"""
1111

lib/iris/fileformats/_nc_load_rules/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154
CF_ATTR_GRID_SCALE_FACTOR_AT_PROJ_ORIGIN = "scale_factor_at_projection_origin"
155155
CF_ATTR_GRID_SCALE_FACTOR_AT_CENT_MERIDIAN = "scale_factor_at_central_meridian"
156156
CF_ATTR_GRID_LON_OF_CENT_MERIDIAN = "longitude_of_central_meridian"
157-
CF_ATTR_GRID_STANDARD_PARALLEL = "standard_parallel"
158157
CF_ATTR_GRID_PERSPECTIVE_HEIGHT = "perspective_point_height"
159158
CF_ATTR_GRID_SWEEP_ANGLE_AXIS = "sweep_angle_axis"
160159
CF_ATTR_GRID_AZIMUTH_CENT_LINE = "azimuth_of_central_line"

0 commit comments

Comments
 (0)