Skip to content

Commit 2d1c11d

Browse files
committed
Fix docstring.
1 parent 6345c29 commit 2d1c11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/_lazy_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def co_realise_cubes(*cubes):
196196
197197
Args:
198198
199-
* cubes : (list of `~iris.cube.Cube`)
199+
* cubes : list of :class:`~iris.cube.Cube`
200200
Arguments, each of which is a cube to be realised.
201201
202202
For example::

0 commit comments

Comments
 (0)