Skip to content

Commit

Permalink
MAINT: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed May 15, 2023
1 parent 626d32f commit ed9b716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/src/multiarray/arrayobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ed9b716

Please sign in to comment.