diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-09-14 10:17:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 10:17:03 +0100 |
commit | ba6fc3ae7594f599ba3f561efb2697427da8a3f5 (patch) | |
tree | b2c42860c502952d898fa3abaa97f56bd2378573 /numpy/lib/function_base.py | |
parent | e6bea5f79c127a53a9252d8d3f51108815c60267 (diff) | |
download | numpy-ba6fc3ae7594f599ba3f561efb2697427da8a3f5.tar.gz |
Cleanup whitespace
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 |