Skip to content

Commit

Permalink
Corrected usage context in description of PointInCell regrid scheme. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored and pelson committed Nov 2, 2017
1 parent d26374f commit 2222f6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/iris/experimental/regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2222f6a

Please sign in to comment.