diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2009-04-09 04:21:33 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2009-04-09 04:21:33 +0000 |
commit | 1287312c87ec63d1c050d8786605260230e743dd (patch) | |
tree | 1f65637c87308736db84bf1151a7826a5c307d0e /numpy/testing/utils.py | |
parent | 97ffd1eb580f2a1969133ce56e324d18ff1608a9 (diff) | |
download | numpy-1287312c87ec63d1c050d8786605260230e743dd.tar.gz |
Fix spelling.
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 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 |