summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_callback.py
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2021-09-29 15:11:39 +0000
committerRohit Goswami <rog32@hi.is>2021-09-29 15:11:39 +0000
commit85ce7a20b243555e9672b9d9e4cc0c7d7e6e0f2e (patch)
tree1eaec9725ca26101f2e0e99f31ab63b5f1102129 /numpy/f2py/tests/test_callback.py
parent9c81d44fc009d4e8ac514b64100d86ec12c0469b (diff)
downloadnumpy-85ce7a20b243555e9672b9d9e4cc0c7d7e6e0f2e.tar.gz
STY: Kill all \t with fire in f2py
Diffstat (limited to 'numpy/f2py/tests/test_callback.py')
-rw-r--r--numpy/f2py/tests/test_callback.py4
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):