diff options
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 |