Skip to content

Commit b4a4989

Browse files
committed
fix priority typo
1 parent 473f9cd commit b4a4989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsw/_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def wrapper(*args, **kwargs):
6363
if has_masked_args:
6464
# I suspect based on __array_priority__ the returned values might
6565
# not be masked arrays with mixed with other array subclasses with
66-
# a higher prioirty
66+
# a higher priority
6767
#
6868
# masked_invalid will retain the existing mask and mask
6969
# any new invalid values (if e.g. the result of unmasked inputs

0 commit comments

Comments
 (0)