summaryrefslogtreecommitdiff
path: root/numpy/_array_api/__init__.py
diff options
context:
space:
mode:
authorAaron Meurer <asmeurer@gmail.com>2021-07-09 14:00:34 -0600
committerAaron Meurer <asmeurer@gmail.com>2021-07-09 14:00:34 -0600
commit6379138a6da6ebf73bfc4bc4e019a21d8a99be0a (patch)
treec4e8a35233779e3ad3a229fe55b212f2ac347600 /numpy/_array_api/__init__.py
parent60add4a3ebabcc1e8dae07c4c11a65f56607f708 (diff)
downloadnumpy-6379138a6da6ebf73bfc4bc4e019a21d8a99be0a.tar.gz
Rename numpy/_array_api/_types.py to numpy/_array_api/_typing.py
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 =