8000 replaced special character in comment to avoid problem with python 2.7 · larray-project/larray@d293635 · GitHub
[go: up one dir, main page]

Skip to content

Commit d293635

Browse files
committed
replaced special character in comment to avoid problem with python 2.7
1 parent 7e01429 commit d293635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray/core/ufuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __array_ufunc__(self, ufunc, method, *inputs, **kwargs):
9494

9595
if ufunc.signature is not None:
9696
# In regular ufuncs, the elementary function is limited to element-by-element operations,
97-
# whereas the generalized version (gufuncs) supports sub-array by sub-array operations."
97+
# whereas the generalized version (gufuncs) supports "sub-array" by "sub-array" operations.
< 46CF code>9898
raise NotImplementedError('{} not supported: larray objects do not directly implement '
9999
'generalized ufuncs.'.format(ufunc))
100100

0 commit comments

Comments
 (0)
0