diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-04-20 11:49:35 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-04-20 11:49:35 +0000 |
commit | 8c663313de36e860bbfea0909de181d330bfdfc7 (patch) | |
tree | a7b5f3585d2b8a2d8307bfb03dd0e449fa732860 /numpy/testing/utils.py | |
parent | cb7de97f089b67eaacf37ddbebcfb91c292c0ef4 (diff) | |
download | numpy-8c663313de36e860bbfea0909de181d330bfdfc7.tar.gz |
ran reindent in preparation for the 1.1 release
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 8374999ff..64cc30478 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -311,7 +311,7 @@ def raises(*exceptions): # Anything else. raise else: - raise AssertionError('%s() did not raise one of (%s)' % + raise AssertionError('%s() did not raise one of (%s)' % (function.__name__, ', '.join([e.__name__ for e in exceptions]))) try: f2.__name__ = function.__name__ |