diff options
author | mattip <matti.picus@gmail.com> | 2018-09-13 19:26:48 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-09-13 19:26:48 +0300 |
commit | 5d8295dd8f36a191f6ecfa63aa0b3debb27a7cc4 (patch) | |
tree | 0507bbf090104461db4f2f6109f43197f8f78409 /numpy/core | |
parent | 3e45a3ff35c2df6952b9ab8adef09ed306210e8b (diff) | |
download | numpy-5d8295dd8f36a191f6ecfa63aa0b3debb27a7cc4.tar.gz |
MAINT: typo
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 |