diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-06-03 08:50:08 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-06-03 08:50:08 +0000 |
commit | 6cdeb7165ac38e5fb5944bccefa7e451d629202f (patch) | |
tree | 8ef4e656f1828aa4fa206ed968d496dff19d20c2 /numpy/doc/example.py | |
parent | e66e9caf714487097037b25a2a347b6aee91d4df (diff) | |
download | numpy-6cdeb7165ac38e5fb5944bccefa7e451d629202f.tar.gz |
Update documentation standard.
Diffstat (limited to 'numpy/doc/example.py')
-rw-r--r-- | numpy/doc/example.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/numpy/doc/example.py b/numpy/doc/example.py index d6b2fce80..152e2a622 100644 --- a/numpy/doc/example.py +++ b/numpy/doc/example.py @@ -80,7 +80,9 @@ def foo(var1, var2, long_var_name='hi') : See Also -------- otherfunc : relationship (optional) - newfunc : relationship (optional) + newfunc : Relationship (optional), which could be fairly long, in which + case the line wraps here. + thirdfunc, fourthfunc, fifthfunc Notes ----- |