Skip to content

Commit f086728

Browse files
authored
fix grammatical typo in docs (#6034)
very simple fix in the [broadcasting by dimension name](http://xarray.pydata.org/en/stable/user-guide/computation.html#broadcasting-by-dimension-name) docs: > ``DataArray`` objects ~~are~~ automatically align themselves [...] by dimension name instead of axis order.
1 parent cc03589 commit f086728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/computation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ two gaussian peaks:
546546
Broadcasting by dimension name
547547
==============================
548548

549-
``DataArray`` objects are automatically align themselves ("broadcasting" in
549+
``DataArray`` objects automatically align themselves ("broadcasting" in
550550
the numpy parlance) by dimension name instead of axis order. With xarray, you
551551
do not need to transpose arrays or insert dimensions of length 1 to get array
552552
operations to work, as commonly done in numpy with :py:func:`numpy.reshape` or

0 commit comments

Comments
 (0)