summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/_private/utils.py')
-rw-r--r--numpy/testing/_private/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/_private/utils.py b/numpy/testing/_private/utils.py
index 8ef886cac..cca7b8063 100644
--- a/numpy/testing/_private/utils.py
+++ b/numpy/testing/_private/utils.py
@@ -1067,7 +1067,7 @@ def assert_array_less(x, y, err_msg='', verbose=True):
Raises
------
AssertionError
- If actual and desired objects are not equal.
+ If x is not strictly smaller than y, element-wise.
See Also
--------