diff options
author | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 12:32:41 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 12:32:41 +0000 |
commit | 424bdd93788a47a3beda6954c5d12294383a223b (patch) | |
tree | 2b3ea2b5ca113bd7d78ef5022e0db8c13eba4200 /numpy/doc/example.py | |
parent | 76ab788ef20cfae3417b3d9a8513d6df13acd839 (diff) | |
download | numpy-424bdd93788a47a3beda6954c5d12294383a223b.tar.gz |
cont. documentation
Diffstat (limited to 'numpy/doc/example.py')
-rw-r--r-- | numpy/doc/example.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/doc/example.py b/numpy/doc/example.py index 80da1edeb..e48ea2c49 100644 --- a/numpy/doc/example.py +++ b/numpy/doc/example.py @@ -57,6 +57,7 @@ def foo(var1, var2, long_var_name='hi') : Notes about the implementation algorithm (if needed). This can have multiple paragraphs as can all sections. + *Examples* examples in doctest format |