Skip to content

Commit

Permalink
Fix a minor formatting issue that black is unhappy about
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Nov 16, 2023
1 parent 267a41c commit bbb4001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array_api_stubs/_draft/array_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def __complex__(self: array, /) -> complex:
**Lazy implementations**
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.
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.
.. versionadded:: 2022.12
"""
Expand Down

0 comments on commit bbb4001

Please sign in to comment.