Skip to content

Commit 8a15e4a

Browse files
authored
fix typo for class reference (#6106)
1 parent dd71740 commit 8a15e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/experimental/geovista.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def cube_to_polydata(cube, **kwargs):
3535
----------
3636
cube : :class:`~iris.cube.Cube`
3737
The Cube containing the spatial information and data for creating the
38-
class:`~pyvista.PolyData`.
38+
:class:`~pyvista.PolyData`.
3939
4040
**kwargs : dict, optional
4141
Additional keyword arguments to be passed to the relevant

0 commit comments

Comments
 (0)