diff --git a/lib/iris/experimental/regrid.py b/lib/iris/experimental/regrid.py index 021d0ce3e2..d646d19375 100644 --- a/lib/iris/experimental/regrid.py +++ b/lib/iris/experimental/regrid.py @@ -1259,9 +1259,8 @@ def __call__(self, src): class PointInCell(object): """ - This class describes the point-in-cell regridding scheme for regridding - over one or more orthogonal coordinates, typically for use with - :meth:`iris.cube.Cube.regrid()`. + This class describes the point-in-cell regridding scheme for use + typically with :meth:`iris.cube.Cube.regrid()`. The PointInCell regridder can regrid data from a source grid of any dimensionality and in any coordinate system.