Skip to content

Commit 2aa93ad

Browse files
stephenworsleybjlittle
authored andcommitted
Save docs patch (#3354)
Changed saving documentation
1 parent 4520590 commit 2aa93ad

File tree

1 file changed

+3
-1
lines changed
  • lib/iris/fileformats

1 file changed

+3
-1
lines changed

lib/iris/fileformats/pp.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,9 @@ def save(cube, target, append=False, field_coords=None):
20792079
If None, the final two dimensions are chosen
20802080
for slicing.
20812081
2082-
See also :func:`iris.io.save`.
2082+
See also :func:`iris.io.save`. Note that :func:`iris.save` is the preferred
2083+
method of saving. This allows a :class:`iris.cube.CubeList` or a sequence
2084+
of cubes to be saved to a PP file.
20832085
20842086
"""
20852087
fields = as_fields(cube, field_coords, target)

0 commit comments

Comments
 (0)