Skip to content

Commit

Permalink
Fix typo in docstring (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose authored and max-sixty committed Oct 31, 2019
1 parent 96cc2bc commit 96e57d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/computation.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def apply_ufunc(
Plain scalars, numpy arrays and a mix of these with xarray objects is also
supported:
>>> magnitude(4, 5)
>>> magnitude(3, 4)
5.0
>>> magnitude(3, np.array([0, 4]))
array([3., 5.])
Expand Down

0 comments on commit 96e57d0

Please sign in to comment.