Skip to content

Commit e51c3d7

Browse files
authored
Update src/array_api_extra/_lib/_funcs.py
1 parent 395c33f commit e51c3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def atleast_nd(x: Array, /, *, ndim: int, xp: ModuleType | None = None) -> Array
7272
return x
7373

7474

75-
# `float` in signature to accept `math.nan` for Dask.
75+
# `float` in signature to accept `math.nan` for Dask.
7676
# `int`s are still accepted as `float` is a superclass of `int` in typing
7777
def broadcast_shapes(*shapes: tuple[float | None, ...]) -> tuple[int | None, ...]:
7878
"""

0 commit comments

Comments
 (0)