Skip to content

Commit ba782a8

Browse files
committed
Add cross-reference
1 parent 7f3e224 commit ba782a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/zarr/core/array.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,12 +2324,12 @@ def dtype(self) -> np.dtype[Any]:
23242324

23252325
@property
23262326
def attrs(self) -> Attributes:
2327-
"""Returns a MutableMapping containing user-defined attributes.
2327+
"""Returns a [MutableMapping][collections.abc.MutableMapping] containing user-defined attributes.
23282328
23292329
Returns
23302330
-------
2331-
attrs : MutableMapping
2332-
A MutableMapping object containing user-defined attributes.
2331+
attrs
2332+
A [MutableMapping][collections.abc.MutableMapping] object containing user-defined attributes.
23332333
23342334
Notes
23352335
-----

0 commit comments

Comments
 (0)