Skip to content

Commit aa3e191

Browse files
authored
Update dpnp/dpnp_utils/dpnp_algo_utils.pyx
1 parent f97c12a commit aa3e191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_utils/dpnp_algo_utils.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def call_origin(function, *args, **kwargs):
116116

117117
if config.__DPNP_RAISE_EXCEPION_ON_NUMPY_FALLBACK__:
118118
raise NotImplementedError(f"Requested funtion={function.__name__} with args={args} and kwargs={kwargs} "
119-
"isn't currently supported, fallback on NumPy implementation.")
119+
"isn't currently supported and would fall back on NumPy implementation.")
120120

121121
dpnp_inplace = kwargs.pop("dpnp_inplace", False)
122122
# print(f"DPNP call_origin(): Fallback called. \n\t function={function}, \n\t args={args}, \n\t kwargs={kwargs}, \n\t dpnp_inplace={dpnp_inplace}")

0 commit comments

Comments
 (0)