Skip to content

Commit 7414487

Browse files
committed
Fix typos in limitations
1 parent 5a35f78 commit 7414487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ def ediff1d(ary, to_end=None, to_begin=None):
14581458
14591459
Limitations
14601460
-----------
1461-
Parameters `where' and `subok` are supported with their default values.
1461+
Parameters `where` and `subok` are supported with their default values.
14621462
Keyword argument `kwargs` is currently unsupported.
14631463
Otherwise ``NotImplementedError`` exception will be raised.
14641464
@@ -3293,7 +3293,7 @@ def prod(
32933293
32943294
Limitations
32953295
-----------
3296-
Parameters `where' and `subok` are supported with their default values.
3296+
Parameters `where` and `subok` are supported with their default values.
32973297
Keyword argument `kwargs` is currently unsupported.
32983298
Otherwise ``NotImplementedError`` exception will be raised.
32993299
@@ -3547,7 +3547,7 @@ def real_if_close(a, tol=100):
35473547
35483548
Limitations
35493549
-----------
3550-
Parameters `where' and `subok` are supported with their default values.
3550+
Parameters `where` and `subok` are supported with their default values.
35513551
Keyword argument `kwargs` is currently unsupported.
35523552
Otherwise ``NotImplementedError`` exception will be raised.
35533553

0 commit comments

Comments
 (0)