summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/typing/_dtype_like.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/typing/_dtype_like.py b/numpy/typing/_dtype_like.py
index 9b79f9b68..f86b4a67c 100644
--- a/numpy/typing/_dtype_like.py
+++ b/numpy/typing/_dtype_like.py
@@ -154,7 +154,7 @@ _DTypeLikeInt = Union[
Type[np.signedinteger],
"np.dtype[np.signedinteger]",
"_SupportsDType[np.dtype[np.signedinteger]]",
- _UInt8Codes,
+ _Int8Codes,
_Int16Codes,
_Int32Codes,
_Int64Codes,