summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
diff options
context:
space:
mode:
authoralex <argriffi@ncsu.edu>2014-02-27 11:15:46 -0500
committeralex <argriffi@ncsu.edu>2014-02-27 11:15:46 -0500
commita0470bc303f760ee7f14e2d73d150f94599e5692 (patch)
tree14596cf9cb647dd66049908404e55dc36f608c02 /numpy/testing/utils.py
parent1f2771cc7170abee173849da7028ed02cb8e531f (diff)
downloadnumpy-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.py2
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
----------