Skip to content

Commit 68dbf32

Browse files
committed
reword
1 parent 2f86b37 commit 68dbf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate/hierarchical_computation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"source": [
138138
"## Applying functions designed for `Dataset` with `map_over_datasets`\n",
139139
"\n",
140-
"What if we wanted to convert the data to log-space? For a `Dataset` or `DataArray`, we could just use {py:func}`xarray.ufuncs.log`, but that does not support `DataTree` objects, yet:"
140+
"What if we wanted to apply a element-wise function, for example to convert the data to log-space? For a `Dataset` or `DataArray`, we could just use {py:func}`xarray.ufuncs.log`, but that does not support `DataTree` objects, yet:"
141141
]
142142
},
143143
{

0 commit comments

Comments
 (0)