Skip to content

Commit 11a92fe

Browse files
committed
fixup comment
1 parent f9887b4 commit 11a92fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/dask/array/_aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _isscalar(a):
187187

188188
return astype(xp.minimum(xp.maximum(x, min), max), x.dtype)
189189

190-
# exclude these from all since
190+
# exclude these from all since dask.array has no sorting functions
191191
_da_unsupported = ['sort', 'argsort']
192192

193193
_common_aliases = [alias for alias in _aliases.__all__ if alias not in _da_unsupported]

0 commit comments

Comments
 (0)