Skip to content

Commit ab69aa2

Browse files
authored
fix: correct typo in data type (#706)
1 parent 0f64005 commit ab69aa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/array_api_stubs/_2022_12/elementwise_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def conj(x: array, /) -> array:
727727
Parameters
728728
----------
729729
x: array
730-
input array. Should have a complex-floating point data type.
730+
input array. Should have a complex floating-point data type.
731731
732732
Returns
733733
-------

src/array_api_stubs/_draft/elementwise_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def conj(x: array, /) -> array:
791791
Parameters
792792
----------
793793
x: array
794-
input array. Should have a complex-floating point data type.
794+
input array. Should have a complex floating-point data type.
795795
796796
Returns
797797
-------

0 commit comments

Comments
 (0)