diff options
Diffstat (limited to 'numpy/testing/decorators.py')
-rw-r--r-- | numpy/testing/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/decorators.py b/numpy/testing/decorators.py index df3d297ff..6cde298e1 100644 --- a/numpy/testing/decorators.py +++ b/numpy/testing/decorators.py @@ -48,7 +48,7 @@ def slow(t): @dec.slow def test_big(self): - print 'Big, slow test' + print('Big, slow test') """ |