From ed9b716c89bb6dd3194be1efbfc5fb49ab0214d8 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Mon, 15 May 2023 21:53:49 +0200 Subject: MAINT: Fix typo in comment --- numpy/core/src/multiarray/arrayobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core') diff --git a/numpy/core/src/multiarray/arrayobject.h b/numpy/core/src/multiarray/arrayobject.h index 55ec92463..a6b3a32bd 100644 --- a/numpy/core/src/multiarray/arrayobject.h +++ b/numpy/core/src/multiarray/arrayobject.h @@ -43,7 +43,7 @@ static const int NPY_ARRAY_WAS_PYTHON_COMPLEX = (1 << 28); /* * Mark that this was a huge int which was turned into an object array (or * unsigned/non-default integer array), but then replaced by a temporary - * array for further processing. This flag is only in the ufunc machinery + * array for further processing. This flag is only used in the ufunc machinery * where it is tricky to cover correctly all type resolution paths. */ static const int NPY_ARRAY_WAS_INT_AND_REPLACED = (1 << 27); -- cgit v1.2.1