Skip to content

Commit e5b306d

Browse files
committed
Corrected numbers of elementwise functions
1 parent dd78cf7 commit e5b306d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dpctl/tensor/_elementwise_funcs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@
11831183
_logical_xor_docstring_,
11841184
)
11851185

1186-
# B??: ==== MAXIMUM (x1, x2)
1186+
# B26: ==== MAXIMUM (x1, x2)
11871187
_maximum_docstring_ = """
11881188
maximum(x1, x2, out=None, order='K')
11891189
@@ -1213,7 +1213,7 @@
12131213
_maximum_docstring_,
12141214
)
12151215

1216-
# B??: ==== MINIMUM (x1, x2)
1216+
# B27: ==== MINIMUM (x1, x2)
12171217
_minimum_docstring_ = """
12181218
minimum(x1, x2, out=None, order='K')
12191219
@@ -1373,7 +1373,7 @@
13731373
binary_inplace_fn=ti._pow_inplace,
13741374
)
13751375

1376-
# U??: ==== PROJ (x)
1376+
# U40: ==== PROJ (x)
13771377
_proj_docstring = """
13781378
proj(x, out=None, order='K')
13791379
@@ -1514,7 +1514,7 @@
15141514
"sign", ti._sign_result_type, ti._sign, _sign_docstring
15151515
)
15161516

1517-
# ==== SIGNBIT (x)
1517+
# U41: ==== SIGNBIT (x)
15181518
_signbit_docstring = """
15191519
signbit(x, out=None, order='K')
15201520

0 commit comments

Comments
 (0)