Skip to content

Commit

Permalink
fix: correct typo in data type (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte authored Nov 16, 2023
1 parent 0f64005 commit ab69aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/array_api_stubs/_2022_12/elementwise_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def conj(x: array, /) -> array:
Parameters
----------
x: array
input array. Should have a complex-floating point data type.
input array. Should have a complex floating-point data type.
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion src/array_api_stubs/_draft/elementwise_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def conj(x: array, /) -> array:
Parameters
----------
x: array
input array. Should have a complex-floating point data type.
input array. Should have a complex floating-point data type.
Returns
-------
Expand Down

0 comments on commit ab69aa2

Please sign in to comment.