summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
diff options
context:
space:
mode:
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 4f46e76b3..b55b900f7 100644
--- a/numpy/testing/utils.py
+++ b/numpy/testing/utils.py
@@ -679,7 +679,7 @@ def raises(*args,**kwargs):
def assert_raises(*args,**kwargs):
"""
- assert_raises(excecption_class, callable, *args, **kwargs)
+ assert_raises(exception_class, callable, *args, **kwargs)
Fail unless an exception of class exception_class is thrown
by callable when invoked with arguments args and keyword