From 1287312c87ec63d1c050d8786605260230e743dd Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 9 Apr 2009 04:21:33 +0000 Subject: Fix spelling. --- numpy/testing/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/utils.py') 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 -- cgit v1.2.1