summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_mixed.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/tests/test_mixed.py')
-rw-r--r--numpy/f2py/tests/test_mixed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/test_mixed.py b/numpy/f2py/tests/test_mixed.py
index 70a1d7c66..0263c528c 100644
--- a/numpy/f2py/tests/test_mixed.py
+++ b/numpy/f2py/tests/test_mixed.py
@@ -23,7 +23,7 @@ class TestMixed(util.F2PyTest):
@dec.slow
def test_docstring(self):
assert_equal(self.module.bar11.__doc__,
- "a = bar11()\n\nReturns\n-------\na : int\n")
+ "a = bar11()\n\nWrapper for ``bar11``.\n\nReturns\n-------\na : int\n")
if __name__ == "__main__":
import nose