Skip to content

Commit 98877b0

Browse files
committed
Fix a typo in the docstring
1 parent d30af9b commit 98877b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpnp/dpnp_algo/dpnp_elementwise_common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class DPNPUnaryFunc(UnaryElementwiseFunc):
7373
----------
7474
name : {str}
7575
Name of the unary function
76-
result_type_resovler_fn : {callable}
76+
result_type_resolver_fn : {callable}
7777
Function that takes dtype of the input and returns the dtype of
7878
the result if the implementation functions supports it, or
7979
returns `None` otherwise.
@@ -212,7 +212,7 @@ class DPNPUnaryTwoOutputsFunc(UnaryElementwiseFunc):
212212
----------
213213
name : {str}
214214
Name of the unary function
215-
result_type_resovler_fn : {callable}
215+
result_type_resolver_fn : {callable}
216216
Function that takes dtype of the input and returns the dtype of
217217
the result if the implementation functions supports it, or
218218
returns `None` otherwise.

0 commit comments

Comments
 (0)