Skip to content

Commit

Permalink
Update lib/iris/cube.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Yeo <40734014+trexfeathers@users.noreply.github.com>
  • Loading branch information
pp-mo and trexfeathers authored Jul 20, 2023
1 parent 56c5071 commit bab365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ def _is_single_item(testee):

class CubeAttrsDict(MutableMapping):
"""
A dict-like object for "Cube.attributes", which provides unified user access to
A dict-like object for Cube :attr:`~iris.cube.Cube.attributes`, which provides unified user access to
the combined cube 'local' and 'global' attributes, mimicking the behaviour of a
simple dict.
Expand Down

0 comments on commit bab365e

Please sign in to comment.