summaryrefslogtreecommitdiff
path: root/numpy/_array_api/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/_array_api/__init__.py')
-rw-r--r--numpy/_array_api/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/_array_api/__init__.py b/numpy/_array_api/__init__.py
index be8345759..57a4ff4e1 100644
--- a/numpy/_array_api/__init__.py
+++ b/numpy/_array_api/__init__.py
@@ -84,7 +84,7 @@ request.
argument of an operation is a 0-d array.
- All functions include type annotations, corresponding to those given in the
- spec (see _types.py for definitions of some custom types). These do not
+ spec (see _typing.py for definitions of some custom types). These do not
currently fully pass mypy due to some limitations in mypy.
- Dtype objects are just the NumPy dtype objects, e.g., float64 =