summaryrefslogtreecommitdiff
path: root/numpy/doc/example.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2008-06-03 08:50:08 +0000
committerStefan van der Walt <stefan@sun.ac.za>2008-06-03 08:50:08 +0000
commit6cdeb7165ac38e5fb5944bccefa7e451d629202f (patch)
tree8ef4e656f1828aa4fa206ed968d496dff19d20c2 /numpy/doc/example.py
parente66e9caf714487097037b25a2a347b6aee91d4df (diff)
downloadnumpy-6cdeb7165ac38e5fb5944bccefa7e451d629202f.tar.gz
Update documentation standard.
Diffstat (limited to 'numpy/doc/example.py')
-rw-r--r--numpy/doc/example.py4
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
-----