diff options
| author | Pauli Virtanen <pav@iki.fi> | 2012-11-17 20:24:37 +0200 |
|---|---|---|
| committer | Pauli Virtanen <pav@iki.fi> | 2012-11-17 20:24:37 +0200 |
| commit | 4b500dd8dbeb6e1c02a32cbc7ab27b5f6db3331f (patch) | |
| tree | 4723c06077a84f1482f17fb616e790ac7428b346 /numpy/f2py/tests/test_mixed.py | |
| parent | ab13a65447d245e64b59c466827b2415d77ec186 (diff) | |
| download | numpy-4b500dd8dbeb6e1c02a32cbc7ab27b5f6db3331f.tar.gz | |
ENH: f2py: add 'Wrapper for ...' text to the docstring
Diffstat (limited to 'numpy/f2py/tests/test_mixed.py')
| -rw-r--r-- | numpy/f2py/tests/test_mixed.py | 2 |
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 |
