diff options
author | alex <argriffi@ncsu.edu> | 2014-02-27 11:15:46 -0500 |
---|---|---|
committer | alex <argriffi@ncsu.edu> | 2014-02-27 11:15:46 -0500 |
commit | a0470bc303f760ee7f14e2d73d150f94599e5692 (patch) | |
tree | 14596cf9cb647dd66049908404e55dc36f608c02 /numpy/testing/utils.py | |
parent | 1f2771cc7170abee173849da7028ed02cb8e531f (diff) | |
download | numpy-a0470bc303f760ee7f14e2d73d150f94599e5692.tar.gz |
DOC: assert_no_warnings versionadded 1.8 -> 1.7
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 ---------- |