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 395c33f commit e51c3d7Copy full SHA for e51c3d7
src/array_api_extra/_lib/_funcs.py
@@ -72,7 +72,7 @@ def atleast_nd(x: Array, /, *, ndim: int, xp: ModuleType | None = None) -> Array
72
return x
73
74
75
-# `float` in signature to accept `math.nan` for Dask.
+# `float` in signature to accept `math.nan` for Dask.
76
# `int`s are still accepted as `float` is a superclass of `int` in typing
77
def broadcast_shapes(*shapes: tuple[float | None, ...]) -> tuple[int | None, ...]:
78
"""
0 commit comments