diff options
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/src/umath/ufunc_object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umath/ufunc_object.c b/numpy/core/src/umath/ufunc_object.c index cd9479b28..f9b3d2fff 100644 --- a/numpy/core/src/umath/ufunc_object.c +++ b/numpy/core/src/umath/ufunc_object.c @@ -499,7 +499,7 @@ _get_size(const char* str) } /* - * Return the ending position of a variable name + * Return the ending position of a variable name including optional modifier */ static int _get_end_of_name(const char* str, int offset) |