We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473f9cd commit b4a4989Copy full SHA for b4a4989
gsw/_utilities.py
@@ -63,7 +63,7 @@ def wrapper(*args, **kwargs):
63
if has_masked_args:
64
# I suspect based on __array_priority__ the returned values might
65
# not be masked arrays with mixed with other array subclasses with
66
- # a higher prioirty
+ # a higher priority
67
#
68
# masked_invalid will retain the existing mask and mask
69
# any new invalid values (if e.g. the result of unmasked inputs
0 commit comments