diff --git a/src/quaxed/numpy/_creation_functions.py b/src/quaxed/numpy/_creation_functions.py index de657ed..debd91c 100644 --- a/src/quaxed/numpy/_creation_functions.py +++ b/src/quaxed/numpy/_creation_functions.py @@ -171,8 +171,8 @@ def full_like( def linspace( # noqa: PLR0913 start: ArrayLike, stop: ArrayLike, - /, num: int, + /, *, endpoint: bool = True, retstep: bool = False,