diff options
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index ceb6148c5..87929d696 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1511,7 +1511,6 @@ def unwrap(p, discont=None, axis=-1, *, period=2*pi): Axis along which unwrap will operate, default is the last axis. period: float, optional Size of the range over which the input wraps. By default, it is ``2 pi``. - Returns ------- out : ndarray |