diff options
-rw-r--r-- | numpy/core/src/multiarray/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/common.c b/numpy/core/src/multiarray/common.c index 995d0db25..4787c6482 100644 --- a/numpy/core/src/multiarray/common.c +++ b/numpy/core/src/multiarray/common.c @@ -38,7 +38,7 @@ * This can be much faster then PyObject_GetAttrString where * exceptions are not used by caller. * - * 'v' is the object to search for attribute. + * 'obj' is the object to search for attribute. * * 'name' is the attribute to search for. * |