From 5b6a6ffd4243317284668ba8208e1677cb45904c Mon Sep 17 00:00:00 2001 From: Tremain Knight <2108488+tkknight@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:11:52 +0100 Subject: [PATCH] fix typo for class reference --- lib/iris/experimental/geovista.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iris/experimental/geovista.py b/lib/iris/experimental/geovista.py index 07413f1529..57cbded2c2 100644 --- a/lib/iris/experimental/geovista.py +++ b/lib/iris/experimental/geovista.py @@ -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