Skip to content

Commit d5c0cbd

Browse files
authored
Update xarray-in-45-min.ipynb - typo
1 parent 8e69353 commit d5c0cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overview/xarray-in-45-min.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
"source": [
594594
"### Broadcasting: expanding data\n",
595595
"\n",
596-
"Our longitude and latitude length DataArrays are both 1D with different dimension names. If we multiple these DataArrays together the dimensionality is expanded to 2D by _broadcasting_:"
596+
"Our longitude and latitude length DataArrays are both 1D with different dimension names. If we multiply these DataArrays together the dimensionality is expanded to 2D by _broadcasting_:"
597597
]
598598
},
599599
{

0 commit comments

Comments
 (0)