diff options
Diffstat (limited to 'doc/example.py')
-rw-r--r-- | doc/example.py | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/example.py b/doc/example.py index 71c1a2f30..03be59d18 100644 --- a/doc/example.py +++ b/doc/example.py @@ -57,14 +57,12 @@ def foo(var1, var2, long_var_name='hi') : Returns ------- + type + Explanation of anonymous return value of type ``type``. describe : type - Explanation - output : type - Explanation - tuple : type - Explanation - items : type - even more explaining + Explanation of return value named `describe`. + out : type + Explanation of `out`. Other Parameters ---------------- |