summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_callback.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/tests/test_callback.py')
-rw-r--r--numpy/f2py/tests/test_callback.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/f2py/tests/test_callback.py b/numpy/f2py/tests/test_callback.py
index 3ed6d1da5..4ee071690 100644
--- a/numpy/f2py/tests/test_callback.py
+++ b/numpy/f2py/tests/test_callback.py
@@ -43,6 +43,8 @@ cf2py intent(out) a
assert_equal(self.module.t.__doc__,
"a = t(fun,[fun_extra_args])\n"
"\n"
+ "Wrapper for ``t``.\n"
+ "\n"
"Parameters\n"
"----------\n"
"fun : call-back function\n"