Skip to content

Commit 69b2061

Browse files
committed
fix typos
1 parent 3fccd62 commit 69b2061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,7 @@ def prod(
28152815
ti._round,
28162816
_RINT_DOCSTRING,
28172817
mkl_fn_to_call="_mkl_round_to_call",
2818-
mkl_impl_fn="'_round'",
2818+
mkl_impl_fn="_round",
28192819
)
28202820

28212821

dpnp/dpnp_iface_trigonometric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ def radians(x1, **kwargs):
18881888
ti._square,
18891889
_SQUARE_DOCSTRING,
18901890
mkl_fn_to_call="_mkl_sqr_to_call",
1891-
mkl_impl_fn="'_sqr'",
1891+
mkl_impl_fn="_sqr",
18921892
)
18931893

18941894

0 commit comments

Comments
 (0)