Skip to content

Commit d0726ce

Browse files
committed
Fix a minor formatting issue that black is unhappy about
1 parent 9db8d10 commit d0726ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/array_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def __complex__(self: array, /) -> complex:
282282
283283
**Lazy implementations**
284284
285-
The Python language requires the return value to be of type ``complex``. Lazy implementations are therefore not able to return any kind of lazy/delayed object here and should raise a ``ValueError`` instead.
285+
The Python language requires the return value to be of type ``complex``. Lazy implementations are therefore not able to return any kind of lazy/delayed object here and should raise a ``ValueError`` instead.
286286
287287
.. versionadded:: 2022.12
288288
"""

0 commit comments

Comments
 (0)