Skip to content

Commit 6bb2b85

Browse files
authored
Minor Dataset.map docstr clarification (#6595)
The summary line in the docstr for `Dataset.map()` says that it operates on variables in the dataset. This is a very minor update clarifying that it operates on *data* variables, as opposed to all variables (data + coord) in the Dataset.
1 parent 0512da1 commit 6bb2b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5308,7 +5308,7 @@ def map(
53085308
args: Iterable[Any] = (),
53095309
**kwargs: Any,
53105310
) -> Dataset:
5311-
"""Apply a function to each variable in this dataset
5311+
"""Apply a function to each data variable in this dataset
53125312
53135313
Parameters
53145314
----------

0 commit comments

Comments
 (0)