From 1521f6689a3cc48d60a75097a7ffcf4d51f9dc47 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Fri, 2 Oct 2009 19:27:46 +0000 Subject: Docstring updates, part 1 --- numpy/lib/function_base.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 73526a84c..6956bf366 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1031,6 +1031,9 @@ def angle(z, deg=0): See Also -------- arctan2 + absolute + + Examples -------- -- cgit v1.2.1