Skip to content

Commit

Permalink
fix typo for class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Aug 7, 2024
1 parent dd71740 commit 5b6a6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/experimental/geovista.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def cube_to_polydata(cube, **kwargs):
----------
cube : :class:`~iris.cube.Cube`
The Cube containing the spatial information and data for creating the
class:`~pyvista.PolyData`.
:class:`~pyvista.PolyData`.
**kwargs : dict, optional
Additional keyword arguments to be passed to the relevant
Expand Down

0 comments on commit 5b6a6ff

Please sign in to comment.