Skip to content

Commit fd3a8a3

Browse files
Improve clarity in function description.
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent c7b9128 commit fd3a8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf/data/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4408,8 +4408,8 @@ def arctan2(cls, x1, x2):
44084408
X coordinates. *x1* and *x2* must be broadcastable to
44094409
a common shape (which becomes the shape of the
44104410
output). If both *x1* and *x2* have units, they must
4411-
be in the same dimension (can be conformed), else
4412-
they will be treated as unitless.
4411+
be equal or equivalent, in which case they
4412+
will be conformed.
44134413
44144414
:Returns:
44154415

0 commit comments

Comments
 (0)