Skip to content

Commit 84c9482

Browse files
docs grammar
1 parent 15c1f5a commit 84c9482

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/userguide/examples.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ This is done using a `Partition` object.
6464
.. note:: Currently, it is only possible to partition regridding when the source is
6565
a large grid and the target is small enough to fit in memory.
6666

67-
A `Partition` is made by specifying a source, a target a list of files to save
68-
the parts of the regridder and a way to divide the source grid into blocks::
67+
A `Partition` is made by specifying a source, a target, a list of files, and a way
68+
to divide the source grid into blocks whose regridders are saved to those files::
6969

7070
from iris.util import make_gridcube
7171

@@ -117,7 +117,7 @@ method.
117117

118118
Once the files for a regridder have been generated, they can be used to reconstruct
119119
the partition object in a later session. This is done by passing in the list of
120-
files which have already been generated.::
120+
files which have already been generated::
121121

122122
# Use the same arguments which constructed the original partition.
123123
source_cube = make_gridcube(nx=800, ny=800)

0 commit comments

Comments
 (0)