diff options
Diffstat (limited to 'numpy/f2py/tests/test_callback.py')
| -rw-r--r-- | numpy/f2py/tests/test_callback.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/tests/test_callback.py b/numpy/f2py/tests/test_callback.py index 2cb429ec2..44ee81a92 100644 --- a/numpy/f2py/tests/test_callback.py +++ b/numpy/f2py/tests/test_callback.py @@ -97,7 +97,7 @@ cf2py intent(out) r Other Parameters ---------------- fun_extra_args : input tuple, optional - Default: () + Default: () Returns ------- @@ -110,7 +110,7 @@ cf2py intent(out) r def fun(): return a Return objects: a : int - """) +""") assert_equal(self.module.t.__doc__, expected) def check_function(self, name): |
