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 f9b3d2fff..1485b4274 100644 --- a/numpy/core/src/umath/ufunc_object.c +++ b/numpy/core/src/umath/ufunc_object.c @@ -2013,7 +2013,7 @@ fail: } /* - * Validate that operands have enough dimenions, accounting for + * Validate that operands have enough dimensions, accounting for * possible flexible dimensions that may be absent. */ static int |