diff --git a/lib/iris/experimental/regrid.py b/lib/iris/experimental/regrid.py index 0dce86fb67..053456c02b 100644 --- a/lib/iris/experimental/regrid.py +++ b/lib/iris/experimental/regrid.py @@ -1258,9 +1258,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.