summaryrefslogtreecommitdiff
path: root/numpy/core
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-09-13 19:25:45 +0300
committermattip <matti.picus@gmail.com>2018-09-13 19:25:45 +0300
commit3e45a3ff35c2df6952b9ab8adef09ed306210e8b (patch)
tree0c9d86fe230467b286057e42ea481239f3d088e8 /numpy/core
parentea4c8a1ca7bc69873d20340073fb54fb2f2eca2a (diff)
downloadnumpy-3e45a3ff35c2df6952b9ab8adef09ed306210e8b.tar.gz
MAINT: clarify internal function docstring
Diffstat (limited to 'numpy/core')
-rw-r--r--numpy/core/src/umath/ufunc_object.c2
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)