summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 052ba7327..9c50e2493 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -197,7 +197,7 @@ else:
"`np.{n}` is a deprecated alias for `{an}`. (Deprecated NumPy 1.24)")
# Some of these are awkward (since `np.str` may be preferable in the long
- # term), but overall the names ending in 0 seem undesireable
+ # term), but overall the names ending in 0 seem undesirable
_type_info = [
("bool8", bool_, "np.bool_"),
("int0", intp, "np.intp"),