diff options
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index 36d6dbc13..4905898d2 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -1510,7 +1510,7 @@ def assert_no_warnings(func, *args, **kw): """ Fail if the given callable produces any warnings. - .. versionadded:: 1.8.0 + .. versionadded:: 1.7.0 Parameters ---------- |