File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments